Skip to content

Commit

Permalink
add setup.cfg to prepare for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Dec 22, 2015
1 parent b84f717 commit 7f42194
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project contains the python wrapper for the [Open AQ API](https://docs.open

## Installation

pip install py-openaq

### Git
>>> git clone https://github.com/dhhagan/py-openaq.git
>>> cd /py-openaq
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@
packages = ['openaq'],
test_suite = 'tests',
classifiers = [
'Development Status :: 1 - alpha',
'Development Status :: 3 - Alpha',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering :: Atmospheric Science',
'Topic :: Software Development',
'Topic :: System :: Software',
'Topic :: API',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)

0 comments on commit 7f42194

Please sign in to comment.