Skip to content

Commit

Permalink
fix distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
kidig committed Jun 9, 2016
1 parent 875b746 commit 6e053a0
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 @@ -3,9 +3,9 @@
setup(
name='phuntic',
description='Python Object Serializer (JSON wrapper)',
version='0.1.0',
version='0.1.1',
author='Dmitrii Gerasimenko',
author_email='kiddima@gmail.com',
url='https://github.com/kidig/phuntic',
packages=find_packages(exclude=['phuntic']),
packages=['phuntic'],
)

0 comments on commit 6e053a0

Please sign in to comment.