Remove MANIFEST.in, not needed with setuptools_scm

This commit is contained in:
Simon Conseil
2023-02-14 23:05:43 +01:00
parent 7fe68fc729
commit eec4c3fd02
3 changed files with 1 additions and 23 deletions

View File

@@ -45,7 +45,6 @@ docs = ["Sphinx>=4.1.0", "alabaster", "cryptography"]
sigal = "sigal:main"
[tool.setuptools]
zip-safe = false
include-package-data = true
license-files = ["LICENSE"]
@@ -53,12 +52,6 @@ license-files = ["LICENSE"]
where = ["src"]
namespaces = true
[tool.setuptools.package-data]
sigal = [
"plugins/**",
"themes/**",
]
[tool.setuptools_scm]
write_to = "src/sigal/version.py"