diff --git a/setup.py b/setup.py index 8e1eb60..f77b27e 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,6 @@ setup( 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', ], install_requires=['django>=2.2, <2.3', 'pyproj', 'requests'], zip_safe=False,