2020-12-15 17:31:44 +01:00
|
|
|
[metadata]
|
|
|
|
name = django-gas
|
2021-04-14 18:46:43 +02:00
|
|
|
version = 0.6
|
2020-12-15 17:31:44 +01:00
|
|
|
description = An alternative to django admin
|
2020-12-28 17:43:17 +01:00
|
|
|
long_description = file: readme.md, changelog.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:
|