Skip to content

Commit

Permalink
version, docs, setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Oct 18, 2017
1 parent 50f507d commit 673cf3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include LICENSES
include README.rst
include README.md
include PYPI.rst
global-exclude *.orig *.pyc *.log *.swp

recursive-include separate_users/templates *
recursive-include separate_users/static *
recursive-include separate_users/locale *
recursive-include separate_users *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(fname):
packages=find_packages(),
install_requires=(
# 'Django>=1.3,<1.5', # no need to limit while in development
'Django>=1.8',
'Django>=1.11',
),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 673cf3a

Please sign in to comment.