Add requirement for enum backwards compatibility

This commit is contained in:
Lucidiot 2018-04-14 11:44:39 +02:00
parent 4228e61928
commit 28264f0964
No known key found for this signature in database
GPG Key ID: 2C2A322692E18B6B

View File

@ -10,7 +10,8 @@ setup(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_data={
'': ['*.md', 'LICENSE', 'README'],
}
},
install_requires=['enum34>=1.1.3'],
license='GNU General Public License 3',
description="A fork of pygov focused on USDA nutritional database API",
long_description=open('README.md').read(),