FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-taiga/setup.cfg at master · nephila/python-taiga · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nephila
/
python-taiga
Public
Notifications
You must be signed in to change notification settings
Fork
42
Star
138
Code
Issues
14
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-taiga
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
51 lines (46 loc) · 1.2 KB
Breadcrumbs
python-taiga
/
setup.cfg
Copy path
File metadata and controls
51 lines (46 loc) · 1.2 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
[metadata]
name
= python-taiga
version
= attr: taiga.__version__
url
= https://github.com/nephila/python-taiga
author
= Nephila
author_email
= team@team.nephila.digital
description
= Taiga python API
long_description
= file: README.rst, HISTORY.rst
long_description_content_type
= text/x-rst
license
= MIT
license_files
= LICENSE
keywords
= taiga kanban wrapper api
classifiers
=
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
[options]
include_package_data
= True
install_requires
=
requests>2.11
python-dateutil>=2.4
pyjwkest>=1.0
packages
= taiga
python_requires
= >=3.11
setup_requires
=
setuptools
zip_safe
= False
test_suite
= tests
[options.package_data]
* = *.txt, *.rst
taiga
= *.html *.png *.gif *js *jpg *jpeg *svg *py *mo *po
[options.extras_require]
docs
=
sphinx
sphinx-rtd-theme
[sdist]
formats
= zip
[bdist_wheel]
universal
= 1
Back
|
FazBrowse Home
|
New Git URL