diff --git a/setup.py b/setup.py index e12dc12..0bc455f 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ url='https://github.com/UDST/urbanaccess', classifiers=[ 'Programming Language :: Python :: 2.7', - 'Development Status :: 3 - Alpha' + 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: GNU Affero General Public License v3' ], packages=find_packages(exclude=['*.tests']),