Skip to content
Snippets Groups Projects
setup.cfg 985 B
[metadata]
name = django-basetheme-bootstrap
version = 1.8.6
description = Django Basetheme Bootstrap
long_description = file: README.rst
url = https://gitlab.pasteur.fr/bbrancot/django-basetheme-bootstrap
author = Bryan Brancotte
author_email = bryan.brancotte@pasteur.fr
license = BSD-3-Clause
test_suite = runtests.run_tests
classifiers =
    Development Status :: 5 - Production/Stable
    Environment :: Web Environment
    Framework :: Django
    Intended Audience :: Developers
    License :: OSI Approved :: BSD License
    Operating System :: OS Independent
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3 :: Only
    Topic :: Internet :: WWW/HTTP
    Topic :: Internet :: WWW/HTTP :: Dynamic Content
    Topic :: Utilities

[options]
include_package_data = true
packages = find:
python_requires = >=3.4
setup_requires =
  setuptools>=62.6
install_requires = file: requirements.txt
tests_require =
  coverage