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
|
||||
__pycache__
|
||||
*.egg-info/
|
||||
/dev/*
|
||||
|
||||
@@ -20,3 +20,9 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project.scripts]
|
||||
mft = "mft.cli:main"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["mft"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
mft = ["static/*", "schema/*"]
|
||||
|
||||
Reference in New Issue
Block a user