-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
45 lines (39 loc) · 1.11 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
[metadata]
name = Torch
version = 0.1.0
author = PSU Electronics Prototyping Lab
author_email = [email protected]
description = Reflow Oven RN200+ Serial Controller.
license = GPL-2.0
license_files = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/psu-epl/torch
project_urls =
Bug Tracker = https://github.com/psu-epl/torch/issues
classifiers =
Development Status :: 3 - Alpha
Framework :: Matplotlib
Intended Audience :: Manufacturing
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
packages =
app
oven
python_requires = >=3.8
install_requires =
matplotlib
pyserial
include_package_data = True # Include files specified by MANIFEST.in
[options.data_files] # Specify files included in the wheel binary distribution
share/torch =
ABOUT
LICENSE
share/torch/profiles =
profiles/*
[options.entry_points]
gui_scripts =
torch = app.TkTorch:main