Skip to content

Commit c8bf3b0

Browse files
committed
Switch to PEP 420 native namespace.
1 parent eab5956 commit c8bf3b0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
"Topic :: Software Development :: Libraries :: Application Frameworks",
3131
],
3232
keywords='zope zope5 five formlib',
33-
packages=['five', 'five.formlib'],
34-
package_dir={'': 'src'},
35-
namespace_packages=['five'],
3633
include_package_data=True,
3734
python_requires='>=3.9',
3835
install_requires=[

src/five/__init__.py

-1
This file was deleted.

0 commit comments

Comments
 (0)