Update setup.cfg
parent
b8a8c1595f
commit
08bd7c9842
13
setup.cfg
13
setup.cfg
|
|
@ -1,8 +1,10 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = django-admin-interface
|
name = django-admin-interface
|
||||||
version = 0.24.2
|
version = attr: admin_interface.version.__version__
|
||||||
author = Fabio Caccamo
|
author = Fabio Caccamo
|
||||||
author_email = fabio.caccamo@gmail.com
|
author_email = fabio.caccamo@gmail.com
|
||||||
|
maintainer = Fabio Caccamo
|
||||||
|
maintainer_email = fabio.caccamo@gmail.com
|
||||||
description = django-admin-interface is a modern responsive flat admin interface customizable by the admin itself.
|
description = django-admin-interface is a modern responsive flat admin interface customizable by the admin itself.
|
||||||
keywords =
|
keywords =
|
||||||
django
|
django
|
||||||
|
|
@ -13,8 +15,9 @@ keywords =
|
||||||
theme
|
theme
|
||||||
custom
|
custom
|
||||||
ui
|
ui
|
||||||
url = https://github.com/fabiocaccamo/django-admin-interface
|
url = https://github.com/fabiocaccamo/%(name)s
|
||||||
download_url = https://github.com/fabiocaccamo/django-admin-interface/archive/0.24.2.tar.gz
|
download_url = https://github.com/fabiocaccamo/%(name)s/releases
|
||||||
|
license = MIT
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
classifiers =
|
classifiers =
|
||||||
|
|
@ -39,8 +42,8 @@ classifiers =
|
||||||
Topic :: Software Development :: Build Tools
|
Topic :: Software Development :: Build Tools
|
||||||
requires = django (>= 2.2)
|
requires = django (>= 2.2)
|
||||||
project_urls =
|
project_urls =
|
||||||
Documentation = https://github.com/fabiocaccamo/django-admin-interface#readme
|
Documentation = https://github.com/fabiocaccamo/%(name)s#readme
|
||||||
Issues = https://github.com/fabiocaccamo/django-admin-interface/issues
|
Issues = https://github.com/fabiocaccamo/%(name)s/issues
|
||||||
Funding = https://github.com/sponsors/fabiocaccamo/
|
Funding = https://github.com/sponsors/fabiocaccamo/
|
||||||
Twitter = https://twitter.com/fabiocaccamo
|
Twitter = https://twitter.com/fabiocaccamo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue