-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (30 loc) · 896 Bytes
/
setup.cfg
File metadata and controls
32 lines (30 loc) · 896 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
[metadata]
name = pyTempico
version = attr: pyTempico.__version__
author = David Guzman
author_email = da.guzman@outlook.com
maintainer = David Guzman
maintainer_email = da.guzman@outlook.com
description = Built to use with Tausand Tempico time-to-digital converters
license = GPL-3.0
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Tausand-dev/PyTempico
project_urls =
Bug Tracker = https://github.com/Tausand-dev/PyTempico/issues
classifiers =
Development Status :: 5 - Production/Stable
Topic :: Utilities
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
package_dir =
= .
packages = find:
python_requires = >=3.6
install_requires=
hidapi>=0.14.0
pyserial>=3.5
[options.packages.find]
where = .