diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,10 +10,12 @@ license = Apache 2.0 classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [options] zip_safe = False include_package_data = True +python_requires = >=3.7,<4 package_dir= =src packages=find_namespace: |