File: setup.cfg

package info (click to toggle)
daps 3.3.2%2Bcleaned1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,540 kB
  • sloc: xml: 9,773; sh: 3,059; python: 1,322; lisp: 380; makefile: 239
file content (45 lines) | stat: -rw-r--r-- 1,317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = daps_xmlwellformed
version = 0.3.1
description = "Create edit and export daily, weekly, or monthly reports"
long_description = file: README.md
long_description_content_type = text/markdown
author = Tom Schraitle
author_email = toms@suse.de
url = https://github.com/tomschr/daps-xmlwellformed
download_url = https://github.com/tomschr/daps-xmlwellformed/download
license_file =  LICENSE
classifiers =
    Environment :: Web Environment
    Intended Audience :: Developers
    License :: OSI Approved :: GNU General Public License v3 (GPLv3)
    Operating System :: OS Independent
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Topic :: Utilities
    Topic :: Text Processing

[sdist]
formats = bztar, zip

[options]
scripts =
    bin/daps-xmlwellformed
python_requires = >=3.6.*
include_package_data = True

[tool:pytest]
norecursedirs = .git .env/ .pyenv/ .tmp/ .eggs/ dist/ build/
testpaths = bin/ tests
addopts =
    --ignore=.eggs/
    --ignore=tests/dxwf.py
    --doctest-modules
    --doctest-report ndiff
    --cov=dxwf
    --cov-report=term-missing