Skip to content

Commit

Permalink
Merge 2ff6a1c into edf7c58
Browse files Browse the repository at this point in the history
  • Loading branch information
raiderrobert committed Mar 8, 2018
2 parents edf7c58 + 2ff6a1c commit 577ea8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django>=1.7
django>=1.11
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
setup(
name='django-multiurl',
py_modules=['multiurl'],
version='1.1.0',
version='1.2.0',
description='Allow multiple views to match the same URL.',
license='BSD',
url='https://github.com/raiderrobert/django-multiurl',
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.1.0',
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.2.0',
author='Jacob Kaplan-Moss and Robert Roskam',
author_email='raiderrobert@gmail.com',
install_requires=['django>=1.5'],
install_requires=['django>=1.11'],
keywords='django urls',
classifiers=[
'Development Status :: 4 - Beta',
Expand All @@ -21,7 +21,8 @@
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)

0 comments on commit 577ea8f

Please sign in to comment.