66 lines
1.9 KiB
INI
66 lines
1.9 KiB
INI
[metadata]
|
|
name = django-admin-interface
|
|
version = attr: admin_interface.metadata.__version__
|
|
author = attr: admin_interface.metadata.__author__
|
|
author_email = attr: admin_interface.metadata.__email__
|
|
maintainer = attr: admin_interface.metadata.__author__
|
|
maintainer_email = attr: admin_interface.metadata.__email__
|
|
description = attr: admin_interface.metadata.__description__
|
|
keywords =
|
|
django
|
|
admin
|
|
interface
|
|
responsive
|
|
flat
|
|
theme
|
|
custom
|
|
ui
|
|
url = https://github.com/fabiocaccamo/%(name)s
|
|
download_url = https://github.com/fabiocaccamo/%(name)s/releases
|
|
license = MIT
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
classifiers =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Web Environment
|
|
Framework :: Django
|
|
Framework :: Django :: 3.0
|
|
Framework :: Django :: 3.1
|
|
Framework :: Django :: 3.2
|
|
Framework :: Django :: 4.0
|
|
Framework :: Django :: 4.1
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: MIT License
|
|
Natural Language :: English
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Topic :: Software Development :: Build Tools
|
|
requires = django (>= 3.0)
|
|
project_urls =
|
|
Documentation = https://github.com/fabiocaccamo/%(name)s#readme
|
|
Issues = https://github.com/fabiocaccamo/%(name)s/issues
|
|
Funding = https://github.com/sponsors/fabiocaccamo/
|
|
Twitter = https://twitter.com/fabiocaccamo
|
|
|
|
[options]
|
|
packages = find:
|
|
install_requires = django-colorfield >= 0.8.0, < 1.0.0
|
|
include_package_data = True
|
|
|
|
[options.packages.find]
|
|
exclude =
|
|
docs*
|
|
images*
|
|
scripts*
|
|
tests*
|
|
|
|
[flake8]
|
|
ignore = W503
|
|
max-line-length = 89
|
|
max-complexity = 10
|
|
select = B,C,E,F,W,T4,B9
|