forked from release-depot/bugjira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
62 lines (54 loc) · 1.32 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
53
54
55
56
57
58
59
60
61
62
[metadata]
name = bugjira
author = Steve Linabery
author_email = [email protected]
description = API abstraction library for bugzilla and jira APIs
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/release-depot/bugjira
project_urls =
Bug Tracker = https://github.com/release-depot/bugjira/issues
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
pydantic
python-bugzilla
jira
stevedore
[options.entry_points]
bugjira.field_data.plugins =
default_bugzilla_field_data_plugin = bugjira.field_data_generator:BugzillaFieldDataGenerator
default_jira_field_data_plugin = bugjira.field_data_generator:JiraFieldDataGenerator
[options.extras_require]
devbase =
tox
test =
flake8
pytest
pytest-cov
mock
docs =
sphinx==4.3.1
sphinx-autobuild==2021.3.14
sphinx-rtd-theme==0.5.2
myst-parser==0.15.2
dist =
build
setuptools_scm
twine
[options.packages.find]
where = src
[flake8]
exclude = docs