Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Better PyPi classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
geowurster committed Mar 13, 2015
1 parent 24b90e6 commit 5523d83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gj2ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from shapely.geometry import asShape


__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Kevin Wurster'
__email__ = '[email protected]'
__source__ = 'https://github.com/geowurster/gj2ascii'
Expand Down
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@
author=author,
author_email=email,
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Topic :: Text Processing :: Filters',
'Topic :: Text Processing :: General',
'Intended Audience :: Information Technology',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Multimedia :: Graphics :: Presentation',
'Topic :: Scientific/Engineering :: GIS',
'Topic :: Utilities'
],
description="Render GeoJSON as ASCII on the commandline.",
Expand Down

0 comments on commit 5523d83

Please sign in to comment.