2023-05-29 17:59:28 +00:00
|
|
|
[project]
|
|
|
|
name = "intake"
|
|
|
|
version = "0.0.1"
|
|
|
|
|
2023-06-05 23:29:13 +00:00
|
|
|
[project.scripts]
|
|
|
|
intake = "intake.cli:main"
|
|
|
|
|
2023-05-29 17:59:28 +00:00
|
|
|
[tool.setuptools]
|
2023-06-05 23:39:08 +00:00
|
|
|
packages = ["intake", "intake.templates"]
|
|
|
|
|
|
|
|
[tool.setuptools.package-data]
|
|
|
|
"intake.templates" = ["*.jinja2"]
|