forked from studioj/jira-agile-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (48 loc) · 1.52 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[metadata]
name = jira_agile_toolbox
description = Extends standard jira package with agile specific tooling for metrics and administration
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/studioj/jira-agile-toolbox
author = Jef Neefs
license = MIT
license_file = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Utilities
Topic :: Office/Business
Topic :: Software Development
Topic :: Software Development :: Testing
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Internet :: WWW/HTTP
keywords = api, atlassian, jira, rest, web, agile, scrum, kanban
[options]
include_package_data = True
packages = find:
install_requires =
jira
setup_requires =
setuptools_scm
python_requires = >=3.6
[options.extras_require]
test = pytest
[tool:pytest]
minversion = 6.0
addopts = -ra -q
testpaths =
tests