Skip to content

Commit

Permalink
Merge pull request #16 from Wiston999/development
Browse files Browse the repository at this point in the history
Merge development into master
  • Loading branch information
Wiston999 committed Apr 7, 2016
2 parents 931cb6e + 725b083 commit 1fc1ffb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name = 'json2py',
version = '0.4',
version = '0.5',
packages = ['json2py'],
url = 'https://github.com/Wiston999/json2py',
download_url = 'https://github.com/Wiston999/json2py/tarball/v0.4',
download_url = 'https://github.com/Wiston999/json2py/tarball/v0.5',
license = 'MIT',
author = 'Victor Cabezas',
author_email = 'wiston666@gmail.com',
Expand All @@ -21,5 +21,9 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
],
install_requires = [
'python-dateutil==2.4.2',
'future==0.15.2'
]
)

0 comments on commit 1fc1ffb

Please sign in to comment.