diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-29 02:43:35 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-29 02:43:35 +0000 |
| commit | def104f19f571bfd67de5ecd3b37ed2e4bb7c5d8 (patch) | |
| tree | 7afcf8f61c8d71acc30a9bfac474e680c1d2cb40 /setup.py | |
| parent | b337b7a457341999f97a188945c2c4cc03f7b11c (diff) | |
| download | GolemFlavor-def104f19f571bfd67de5ecd3b37ed2e4bb7c5d8.tar.gz GolemFlavor-def104f19f571bfd67de5ecd3b37ed2e4bb7c5d8.zip | |
python3 support
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,11 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7' ], packages=find_packages(), install_requires=INSTALL_REQUIRES, |
