Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Iooss committed Jul 11, 2019
1 parent c407f92 commit acd543f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="distribute_config",
version="0.0.4",
version="0.1.0",
author="Sébastien IOOSS",
author_email="archimist.linux@gmail.com",
description="A package to handle multi-source distributed configuration",
Expand All @@ -19,5 +19,8 @@
"Operating System :: OS Independent",
],
test_suite="nose.collector",
tests_require=['nose']
tests_require=['nose'],
install_requires=[
'PyYAML',
],
)

0 comments on commit acd543f

Please sign in to comment.