-
Brandon Rodriguez authorededa733af
setup.cfg 1.24 KiB
[metadata]
name = django-expanded-test-cases
version = 0.6.1
description = Expands the existing Django TestCase class with extra functionality.
long_description = file: readme.md
url = https://github.com/brodriguez8774/django-expanded-test-cases
author = Brandon Rodriguez
author_email = brodriguez8774@gmail.com
license = MIT License
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Framework :: Django :: 4
Framework :: Django :: 4.0
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
# AutoPep8 Config Settings.
[pycodestyle]
max_line_length = 120
# Flake8 Config Settings.
[flake8]
max-line-length = 120