We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7154c1e + 9b6645d commit 2079976Copy full SHA for 2079976
news/+namespace.bugfix
@@ -0,0 +1 @@
1
+Fix removal of pkg_resources namespace. @davisagli
setup.py
@@ -1,7 +1,6 @@
"""Installer for the kitconcept.seo package."""
2
3
from pathlib import Path
4
-from setuptools import find_namespace_packages
5
from setuptools import setup
6
7
@@ -41,9 +40,6 @@
41
40
"Tracker": "https://github.com/kitconcept/kitconcept.seo/issues",
42
},
43
license="GPL version 2",
44
- packages=find_namespace_packages(where="src/", include=["kitconcept.*"]),
45
- namespace_packages=["kitconcept"],
46
- package_dir={"": "src"},
47
include_package_data=True,
48
zip_safe=False,
49
python_requires=">=3.8",
0 commit comments