32 lines
No EOL
1,018 B
INI
32 lines
No EOL
1,018 B
INI
[metadata]
|
|
name = dbsettings
|
|
version = 0.9.7
|
|
description = A Django app to store key-value pairs in the database
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://kumig.it/kumisystems/django-dbsettings
|
|
author = Kumi Systems e.U.
|
|
author_email = support@kumi.systems
|
|
license = BSD-2-Clause
|
|
classifiers =
|
|
Environment :: Web Environment
|
|
Framework :: Django
|
|
Framework :: Django :: 3.0
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: BSD License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Topic :: Internet :: WWW/HTTP
|
|
Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
|
|
[options]
|
|
include_package_data = true
|
|
packages = find:
|
|
install_requires =
|
|
django |