27 lines
791 B
INI
27 lines
791 B
INI
|
[metadata]
|
||
|
name = django-gas
|
||
|
version = 0.1
|
||
|
description = An alternative to django admin
|
||
|
long_description = file: readme.md
|
||
|
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
|
||
|
License :: OSI Approved :: BSD License
|
||
|
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:
|