django-tags/setup.cfg
2023-11-21 15:08:11 -04:00

33 lines
No EOL
1,017 B
INI

[metadata]
name = django-tags
version = 0.1
description = A Django app to tag entities.
long_description = file: readme.md
url = https://www.jeffmackinnon.com/pages/apps.html
author = Jeff MacKinnon
author_email = jeff@fastmail.in
license = BSD-3-Clause
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.2
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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
python_requires = >=3.8
install_requires =
Django >= 4.2