We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9741aa commit d66008fCopy full SHA for d66008f
setup.py
@@ -1,14 +1,14 @@
1
-from setuptools import setup, find_packages
+from setuptools import setup
2
3
setup(
4
name='django-multiurl',
5
py_modules=['multiurl'],
6
- version='1.3.0',
+ version='1.4.0',
7
description='Allow multiple views to match the same URL.',
8
long_description=open("README.rst").read(),
9
license='BSD',
10
url='https://github.com/raiderrobert/django-multiurl',
11
- download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.3.0',
+ download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.4.0',
12
author='Jacob Kaplan-Moss and Robert Roskam',
13
author_email='raiderrobert@gmail.com',
14
install_requires=['django>=1.11'],
0 commit comments