Skip to content

Commit

Permalink
PEP 420.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Feb 12, 2025
1 parent a36a7e7 commit 482aa02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import find_packages
from setuptools import find_namespace_packages
from setuptools import setup


Expand Down Expand Up @@ -31,9 +31,8 @@
"Topic :: Software Development :: Libraries :: Application Frameworks",
],
keywords='zope zope5 five formlib',
packages=find_packages('src'),
packages=find_namespace_packages('src'),
package_dir={'': 'src'},
namespace_packages=['five'],
include_package_data=True,
python_requires='>=3.9',
install_requires=[
Expand Down
1 change: 0 additions & 1 deletion src/five/__init__.py

This file was deleted.

0 comments on commit 482aa02

Please sign in to comment.