Skip to content

Commit 482aa02

Browse files
committed
PEP 420.
1 parent a36a7e7 commit 482aa02

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import find_packages
1+
from setuptools import find_namespace_packages
22
from setuptools import setup
33

44

@@ -31,9 +31,8 @@
3131
"Topic :: Software Development :: Libraries :: Application Frameworks",
3232
],
3333
keywords='zope zope5 five formlib',
34-
packages=find_packages('src'),
34+
packages=find_namespace_packages('src'),
3535
package_dir={'': 'src'},
36-
namespace_packages=['five'],
3736
include_package_data=True,
3837
python_requires='>=3.9',
3938
install_requires=[

src/five/__init__.py

-1
This file was deleted.

0 commit comments

Comments
 (0)