-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (32 loc) · 768 Bytes
/
setup.cfg
File metadata and controls
36 lines (32 loc) · 768 Bytes
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
[metadata]
name = timesys
version = 1.9.0
author = Timesys Corporation
author_email = vigiles@timesys.com
description = Timesys Vigiles APIs
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/TimesysGit/vigiles-cli
project_urls =
Bug Tracker = https://github.com/TimesysGit/vigiles-cli/issues
classifiers =
Programming Lanauge :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: POSIX
[options]
package_dir =
= src/lib
packages = find:
python_requires = >=3.7
install_requires =
requests
scripts =
src/bin/vigiles
[options.packages.find]
where = src/lib
[options.extras_require]
docs =
sphinx
sphinx-rtd-theme
sphinx-markdown-builder
numpydoc