Configure setuptools for non-editable install
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
/venv
|
/venv/
|
||||||
|
/build/
|
||||||
|
/dev/
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
/dev/*
|
|
||||||
|
|||||||
@@ -20,3 +20,9 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
mft = "mft.cli:main"
|
mft = "mft.cli:main"
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
packages = ["mft"]
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
mft = ["static/*", "schema/*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user