- commit
- 187f5dc1a410332850b946a5d7509c67b463ca9a
- parent
- b14e55d100e7321f7a51836b2ba2d9b96dc70efb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-01-26 12:04
fix some infos in setup.py
Diffstat
| M | setup.py | 3 | ++- |
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
@@ -4,13 +4,14 @@ from setuptools import find_packages, setup 4 4 setup( 5 5 name='django-bs4', 6 6 description='simple bootstrap4 support for django', -1 7 long_description=open('README.rst').read(), 7 8 version='0.0.1', 8 9 license='MIT', 9 10 packages=find_packages(), 10 11 include_package_data=True, 11 12 classifiers=[ 12 13 'Intended Audience :: Developers',13 -1 'License :: OSI Approved :: BSD License',-1 14 'License :: OSI Approved :: MIT License', 14 15 'Environment :: Web Environment', 15 16 'Framework :: Django', 16 17 ],