nephila/djangocms-redirect

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[metadata]
name = djangocms-redirect
version = attr: djangocms_redirect.__version__
url = https://github.com/nephila/djangocms-redirect
project_urls =
    Documentation = https://djangocms-redirect.readthedocs.io/
author = Iacopo Spalletti
author_email = i.spalletti@nephila.it
description = A django CMS enabled application to handle redirects
long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
license = BSD
license_file = LICENSE
classifiers =
    License :: OSI Approved :: BSD License
    Development Status :: 5 - Production/Stable
    Framework :: Django
    Framework :: Django :: 3.2
    Framework :: Django :: 4.1
    Framework :: Django :: 4.2
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11

[options]
include_package_data = True
install_requires =
    django-cms>=3.9
setup_requires =
    setuptools
packages = djangocms_redirect
python_requires = >=3.6
test_suite = cms_helper.run
zip_safe = False

[options.package_data]
* = *.txt, *.rst
djangocms_redirect = *.html *.png *.gif *js *jpg *jpeg *svg *py *mo *po

[options.extras_require]
docs =
    django<5

[upload]
repository = https://upload.pypi.org/legacy/

[sdist]
formats = zip

[bdist_wheel]
universal = 1