-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
37 lines (34 loc) · 1.02 KB
/
setup.cfg
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
[metadata]
name = reportdaily
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 = Eugen Maksymenko
author_email = [email protected]
url = https://github.com/EMaksy/reportdaily
download_url = https://github.com/EMaksy/reportdaily/download
classifiers =
# See https://pypi.org/pypi?%3Aaction=list_classifiers
Development Status :: 1 - Planning
Operating System :: POSIX
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
license_file = LICENSE
[sdist]
formats = bztar, zip
[tool:pytest]
minversion = 3.0
testpaths= tests/
addopts = --cov=reportdaily --cov-report=term-missing
[options]
scripts =
bin/reportdaily.py
python_requires = >=3.6.*
include_package_data = True
# install_requires =
# <name python project>