-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
27 lines (26 loc) · 857 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = django-haveli-admin
version = 0.1.0
description = Improved theme for Django admin Interface
long_description = file: README.md
long_description_content_type= text/markdown
url = https://github.com/purnendukar/django-haveli-admin
author = Purnendu Kar
author_email = purnendu.kar8@gmail.com
license = BSD License
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Software Development
Topic :: Software Development :: User Interfaces
Operating System :: OS Independent
[options]
include_package_data = true
packages = find:
django_requires = >=2.1