Skip to content

Commit

Permalink
Updated setup.py and __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saicitus committed Nov 6, 2017
1 parent 3676e8d commit 4f9bc6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions django_multitenant/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from django_multitenant.django_multitenant import *
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from setuptools import setup, find_packages
setup(
name="django-multitenant",
version="0.1",
version="1.0.1",
packages=find_packages(),

#install_requires=['gevent>=1.1.1'],
Expand All @@ -43,11 +43,12 @@
],
platforms=['any'],
license="BSD",
keywords=("citus django multi tenant", "django postgres multi-tenant"),
url="https://github.com/citusdata/django-multitenant",
keywords=("citus django multi tenant"
"django postgres multi-tenant"),
url="https://github.com/citusdata/django-multitenant")

# Include the VERSION file
package_data={'django-multitenant': ['0.1']})
#package_data={'django-multitenant': ['0.1']})

# install
#entry_points={'console_scripts': ['django-multitenant=django-multitenant.cmd:main']})

0 comments on commit 4f9bc6f

Please sign in to comment.