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 e9956c6 commit ed6a96eCopy full SHA for ed6a96e
setup.py
@@ -9,6 +9,7 @@
9
author='Gizmag',
10
author_email='[email protected]',
11
url='https://github.com/gizmag/django-fsm-log',
12
+ license='MIT',
13
packages=find_packages(),
14
install_requires=['django>=1.6', 'django_fsm>=2', 'django_appconf']
15
)
0 commit comments