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 66934bb commit b543073Copy full SHA for b543073
MANIFEST.in
@@ -0,0 +1 @@
1
+include README.markdown
setup.py
@@ -14,7 +14,7 @@ def read(filename):
14
author='Alexandr Shurigin',
15
author_email='alexandr.shurigin@gmail.com',
16
description='Macros Url library for django',
17
- license='BSD',
+ license='MIT',
18
keywords='django macros url pattern regex',
19
url='https://github.com/phpdude/django-macros-url',
20
packages=find_packages(exclude=['tests']),
0 commit comments