Skip to content

Commit

Permalink
pypi update
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHilmes committed Oct 30, 2017
1 parent 975a72f commit ae39297
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.venv/**
**/__pycache__/**
/.idea/**
**/*.pyc
.venv/
__pycache__/
/.idea/
**/*.pyc
dist/
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ def readme_text():
with open('README.rst') as f:
return f.read()


setup(
name='pokebase',
packages=['pokebase'],
version='1.0.0',
version='1.1.0',
description='A Python wrapper for the friendly PokeAPI database',
long_description=readme_text(),
author='Greg Hilmes',
author_email='[email protected]',
url='https://github.com/GregHilmes/pokebase',
download_url='https://github.com/GregHilmes/pokebase/archive/1.0.0.tar.gz',
keywords=['database', 'pokemon', 'wrapper'],
install_requires=['requests'],
license='BSD License',
Expand Down

0 comments on commit ae39297

Please sign in to comment.