WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 38907c9

Browse files
committed
Switch to PEP 420 native namespace.
1 parent 925ef3f commit 38907c9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
import os
2323

24-
from setuptools import find_packages
2524
from setuptools import setup
2625

2726

@@ -33,7 +32,7 @@ def read(*rnames):
3332
long_description = read('README.rst') + '\n' + read('CHANGES.rst')
3433

3534
TESTS_REQUIRE = [
36-
'zope.testrunner',
35+
'zope.testrunner >= 6.4',
3736
]
3837

3938
setup(
@@ -62,9 +61,6 @@ def read(*rnames):
6261
],
6362
description='Zope contenttype',
6463
long_description=long_description,
65-
packages=find_packages('src'),
66-
package_dir={'': 'src'},
67-
namespace_packages=['zope', ],
6864
python_requires='>=3.9',
6965
install_requires=['setuptools'],
7066
extras_require={

src/zope/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)