2020-12-15 17:31:44 +01:00
|
|
|
[metadata]
|
|
|
|
name = django-gas
|
2023-11-15 10:22:08 +01:00
|
|
|
version = 0.8.10
|
2020-12-15 17:31:44 +01:00
|
|
|
description = An alternative to django admin
|
2021-05-12 19:12:56 +02:00
|
|
|
long_description = file: readme.md, changelog.md, collaborators.md
|
2020-12-15 17:31:44 +01:00
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://git.negromate.rocks/shagi/gas
|
|
|
|
author = Ales (Shagi) Zabala Alava
|
|
|
|
author_email = shagi@gisa-elkartea.org
|
|
|
|
license = GPLv3
|
|
|
|
classifiers =
|
|
|
|
Environment :: Web Environment
|
|
|
|
Framework :: Django
|
|
|
|
Framework :: Django :: 3.1
|
|
|
|
Intended Audience :: Developers
|
2020-12-21 19:07:08 +01:00
|
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
2020-12-15 17:31:44 +01:00
|
|
|
Operating System :: OS Independent
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Topic :: Internet :: WWW/HTTP
|
|
|
|
Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
|
|
|
|
|
|
[options]
|
|
|
|
include_package_data = true
|
|
|
|
packages = find:
|