Skip to content

Commit b543073

Browse files
author
Alexandr Shurigin
committed
fixing manifest.in file
1 parent 66934bb commit b543073

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.markdown

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(filename):
1414
author='Alexandr Shurigin',
1515
author_email='alexandr.shurigin@gmail.com',
1616
description='Macros Url library for django',
17-
license='BSD',
17+
license='MIT',
1818
keywords='django macros url pattern regex',
1919
url='https://github.com/phpdude/django-macros-url',
2020
packages=find_packages(exclude=['tests']),

0 commit comments

Comments
 (0)