Remove an invalid trove classifier.

* setup.py(setuptools.setup): Remove "Intended Audience :: BigDate"
since it's not in pypi's list of valid trove classifiers and
prevents successful upload of the package when present.

Change-Id: Iee487d1737a12158bb181d21ae841d07e0820e10
This commit is contained in:
Jeremy Stanley 2013-04-10 15:48:32 +00:00
parent 22f47cd809
commit f49749fe81
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ setuptools.setup(
'Environment :: OpenStack',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'Intended Audience :: BigDate',
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',