Skip to content

Commit 7c2ae70

Browse files
author
Jeff Whitaker
committed
Merge pull request #5 from cgohlke/patch-1
Update package classifiers for PyPI.
2 parents 2295d0a + b0de3a3 commit 7c2ae70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@ def checkversion(GEOS_dir):
125125
platforms = ["any"],
126126
license = "OSI Approved",
127127
keywords = ["python","plotting","plots","graphs","charts","GIS","mapping","map projections","maps"],
128-
classifiers = ["Development Status :: 4 - Beta",
128+
classifiers = ["Development Status :: 5 - Production/Stable",
129129
"Intended Audience :: Science/Research",
130130
"License :: OSI Approved",
131+
"Programming Language :: Python",
132+
"Programming Language :: Python :: 3",
131133
"Topic :: Scientific/Engineering :: Visualization",
132134
"Topic :: Software Development :: Libraries :: Python Modules",
133135
"Operating System :: OS Independent"],

0 commit comments

Comments
 (0)