Skip to content

Commit

Permalink
revert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtepkeev committed Feb 2, 2014
1 parent 40be7cc commit 6ff7736
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
@@ -1,10 +1,10 @@
from setuptools import setup
from setuptools import setup, find_packages


setup(
name='django-db-parti',
version='0.3.1',
packages=['dbparti'],
packages=find_packages(),
url='https://github.com/maxtepkeev/django-db-parti',
license=open('LICENSE').read(),
author='Max Tepkeev',
Expand Down

0 comments on commit 6ff7736

Please sign in to comment.