Skip to content

Commit

Permalink
! add parsers to distribution
Browse files Browse the repository at this point in the history
! bump version
  • Loading branch information
Ferroman committed Mar 30, 2017
1 parent 222782e commit 78f67ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import setup


def readme():
Expand All @@ -13,7 +13,7 @@ def readme():
return description

setup(name='configuration.py',
version='0.8.2',
version='0.8.3',
description='Easy config management for python applications',
long_description=readme(),
classifiers=[
Expand All @@ -26,7 +26,7 @@ def readme():
author='Frankovskyi Bogdan',
author_email='[email protected]',
license='MIT',
packages=['configuration_py'],
packages=['configuration_py', 'configuration_py.parsers'],
install_requires=['pyyaml',],
test_suite='nose.collector',
tests_require=['nose', 'mock', 'coverage'],
Expand Down

0 comments on commit 78f67ed

Please sign in to comment.