Skip to content

Commit

Permalink
Added more keywords to setup.py and added python 3.3 to build configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
bharadwajyarlagadda committed Mar 25, 2016
1 parent 14c62b1 commit 84a2b29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
Expand Down
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ def read(path):
entry_points=entry_points,
cmdclass={'test': Tox},
test_suite='tests',
keywords='bingmaps',
keywords=['bingmaps',
'bingmaps REST services',
'bingmaps API services',
'bingmaps location API services',
'bingmaps elevations API services',
'bingmaps traffic incidents API services'],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand All @@ -70,6 +75,7 @@ def read(path):
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Filesystems',
'Programming Language :: Python',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
]
Expand Down

0 comments on commit 84a2b29

Please sign in to comment.