django-dbsettings/setup.cfg

32 lines
1,018 B
INI
Raw Permalink Normal View History

2020-04-16 07:07:23 +00:00
[metadata]
2021-02-12 13:19:22 +00:00
name = dbsettings
2023-06-09 14:15:05 +00:00
version = 0.9.7
2020-04-16 07:07:23 +00:00
description = A Django app to store key-value pairs in the database
long_description = file: README.md
2021-02-12 13:31:44 +00:00
long_description_content_type = text/markdown
2020-05-25 17:09:12 +00:00
url = https://kumig.it/kumisystems/django-dbsettings
2020-04-16 07:07:23 +00:00
author = Kumi Systems e.U.
2020-05-25 17:09:12 +00:00
author_email = support@kumi.systems
2020-04-16 07:07:23 +00:00
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
2021-02-12 13:19:22 +00:00
Programming Language :: Python :: 3.9
2020-04-16 07:07:23 +00:00
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
2020-08-21 15:09:21 +00:00
install_requires =
django