django-filtersignals/setup.cfg

31 lines
973 B
INI

[metadata]
name = django-filtersignals
version = 0.2
description = Prioritized signals for Django projects
long_description = file: README.md
long_description_content_type = text/markdown
url = https://kumig.it/kumisystems/django-filtersignals
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
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
install_requires =
django