-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (33 loc) · 1.02 KB
/
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
28
29
30
31
32
33
34
[metadata]
name = black-knight
version = attr: black_knight.__version__
author = 00 Team
author_email = [email protected]
description = Django Admin Skin-ish
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL-3.0
url = https://github.com/00-team/black-knight
project_urls =
Source = https://github.com/00-team/black-knight/
Tracker = https://github.com/00-team/black-knight/issues
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.0
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.10
Topic :: Internet
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Site Management
[options]
zip_safe = True
include_package_data = True
packages = find:
python_requires = >=3.10
install_requires =
Django >= 4.0