30 lines
927 B
INI
30 lines
927 B
INI
|
[metadata]
|
||
|
name = django-filtersignals
|
||
|
version = 0.1
|
||
|
description = Prioritized signals for Django projects
|
||
|
long_description = file: README.md
|
||
|
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
|