Skip to content

Commit

Permalink
Simplify setup.py after PEP-420 is used. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Feb 13, 2025
1 parent fbd0291 commit 1f3d7d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os.path

from setuptools import find_namespace_packages
from setuptools import setup


Expand Down Expand Up @@ -52,8 +51,6 @@
author_email='[email protected]',
url='https://github.com/zopefoundation/megrok.strictrequire/',
license='ZPL-2.1',
package_dir={'': 'src'},
packages=find_namespace_packages('src'),
include_package_data=True,
zip_safe=False,
python_requires='>=3.9',
Expand Down

0 comments on commit 1f3d7d8

Please sign in to comment.