Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Feb 13, 2019
1 parent 632e5b2 commit ba62966
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,23 @@
license='GNU Version 3 License',
description='Djecrety package provides a command to generate a new secret key for your project and save it to settings.py file.',
long_description=README,
url='https:/djecrety.ir/',
url='https://djecrety.ir/',
author='Majid Rouhi',
author_email='mrouhi13@gmail.com',
classifiers=[
'Environment :: Command Line Environment',
'Environment :: Console',
'Framework :: Django',
'Framework :: Django :: 2.1.7',
'Framework :: Django :: 1.11.20',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Version 3 License',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities'
],
)

0 comments on commit ba62966

Please sign in to comment.