forked from cliss21/creme_center_fibois
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.5 KiB
69 lines
1.5 KiB
[metadata] |
|
name = creme_center_fibois |
|
version = attr:creme_center_fibois.__version__ |
|
license = AGPL-3.0 |
|
license_file = LICENSE |
|
author = hybird.org / Cliss XXI |
|
author_email = tech@cliss21.com |
|
url = https://forge.cliss21.org/cliss21/creme_center_fibois |
|
description = CremeCRM pour Fibois |
|
long_description = file: README |
|
|
|
keywords = CRM |
|
classifiers = |
|
Development Status :: 5 - Production/Stable |
|
Environment :: Web Environment |
|
Framework :: Django |
|
Intended Audience :: Customer Service |
|
Intended Audience :: Developers |
|
Intended Audience :: End Users/Desktop |
|
License :: OSI Approved :: GNU Affero General Public License v3 |
|
Natural Language :: French |
|
Operating System :: OS Independent |
|
Programming Language :: Python :: 3.6 |
|
Topic :: Office/Business |
|
|
|
[options] |
|
zip_safe = False |
|
packages = find: |
|
include_package_data = True |
|
|
|
[tool:pytest] |
|
addopts = --ds=center_pilote.settings.test |
|
python_files = tests.py test_*.py |
|
testpaths = center_pilote |
|
markers = |
|
wip: mark a test as a work in progress |
|
|
|
[coverage:run] |
|
branch = True |
|
source = |
|
center_pilote |
|
omit = |
|
center_pilote/*tests*, |
|
center_pilote/*/migrations/*, |
|
center_pilote/settings/*, |
|
center_pilote/wsgi.py |
|
|
|
[coverage:report] |
|
exclude_lines = |
|
pragma: no cover |
|
if settings.DEBUG: |
|
raise NotImplementedError |
|
show_missing = True |
|
|
|
[flake8] |
|
exclude = |
|
.git, |
|
.tox, |
|
venv, |
|
*/migrations/*, |
|
*/static/*, |
|
assets, |
|
build, |
|
dist, |
|
docs, |
|
node_modules |
|
per-file-ignores = |
|
urls.py: BLK |
|
max-line-length = 80
|
|
|