Skip to content

Commit

Permalink
! fix manifest for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroman committed Mar 30, 2017
1 parent 452ea49 commit 222782e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include configuration_py/parsers/*
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages


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

setup(name='configuration.py',
version='0.8.1',
version='0.8.2',
description='Easy config management for python applications',
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit 222782e

Please sign in to comment.