Skip to content

Commit 2079976

Browse files
authored
Merge pull request #26 from kitconcept/namespace-fix
Fix namespace package configuration
2 parents 7154c1e + 9b6645d commit 2079976

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

news/+namespace.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix removal of pkg_resources namespace. @davisagli

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Installer for the kitconcept.seo package."""
22

33
from pathlib import Path
4-
from setuptools import find_namespace_packages
54
from setuptools import setup
65

76

@@ -41,9 +40,6 @@
4140
"Tracker": "https://github.com/kitconcept/kitconcept.seo/issues",
4241
},
4342
license="GPL version 2",
44-
packages=find_namespace_packages(where="src/", include=["kitconcept.*"]),
45-
namespace_packages=["kitconcept"],
46-
package_dir={"": "src"},
4743
include_package_data=True,
4844
zip_safe=False,
4945
python_requires=">=3.8",

0 commit comments

Comments
 (0)