Skip to content

Commit

Permalink
Update setupy.py to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Woellert, Franz committed Nov 3, 2016
1 parent ff44417 commit 6a15eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ def run_tests(self):

setup(
name='confipy',
version='0.0.1',
version='0.0.3',
packages=['confipy'],
url='https://github.com/mansenfranzen/confipy',
license='MIT',
author='Franz Woellert',
author_email='franz.woellert@gmail.com',
description='A convenient config file reader.',
install_requires=['PyYAML', 'six'],
download_url = 'https://github.com/mansenfranzen/confipy/tarball/0.0.1',
download_url = 'https://github.com/mansenfranzen/confipy/archive/0.0.3.tar.gz',
keywords = ['config', 'yaml'],
tests_require=['pytest'],
cmdclass={'test': PyTest}
Expand Down

0 comments on commit 6a15eef

Please sign in to comment.