Skip to content

Commit 60966c8

Browse files
authored
Merge pull request #44 from blueyed/setuppy-license
setup.py: add license meta-data
2 parents 762d924 + ed6a96e commit 60966c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
author='Gizmag',
1010
author_email='[email protected]',
1111
url='https://github.com/gizmag/django-fsm-log',
12+
license='MIT',
1213
packages=find_packages(),
1314
install_requires=['django>=1.6', 'django_fsm>=2', 'django_appconf'],
1415
classifiers=[

0 commit comments

Comments
 (0)