-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
57 lines (54 loc) · 1.39 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
[metadata]
name = python-gyazo
version = attr: gyazo.__about__.__version__
author = Yusuke Miyazaki
author_email = [email protected]
license = MIT
license_file = LICENSE
description = A Python wrapper for Gyazo API
keywords = gyazo
url = https://github.com/ymyzk/python-gyazo
long_description = file: README.rst
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
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
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Topic :: Internet
Typing :: Typed
[options]
packages = gyazo
install_requires =
python-dateutil>=2.4
requests>=2.7
python_requires = >=3.5, <4
[options.extras_require]
docs =
Jinja2<3
MarkupSafe<2
Sphinx>=2.3,<3
sphinx_rtd_theme>=0.4,<1
mypy =
mypy
types-python-dateutil
types-requests
test =
coverage>=5,<6
coveralls>=1.1,<2.0
flake8>=3.3,<4
pytest>=6,<7
pytest-cov>=2,<3
pytest-mock>=3,<4
[options.package_data]
gyazo =
py.typed