-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
39 lines (36 loc) · 1.25 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
[metadata]
name = Chiplotle3
version = 0.4.5
author = Víctor Adán and Douglas Repetto
author_email = [email protected]
description = Chiplotle is an HPGL Python API.
long_description = file: README.md
long_description_content_type = text/markdown
url = http://music.columbia.edu/cmc/chiplotle
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
[options]
install_requires =
pyserial
numpy
apply
future
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
chiplotle3 = chiplotle3.core.cfg._run_chiplotle:main
chiplotle3_virtual = chiplotle3.core.cfg._run_chiplotle_virtual:main
envelope = chiplotle3.scripts.envelope:envelope
find_hpgl_file_dimensions = chiplotle3.scripts.find_hpgl_file_dimensions:main
plot_hpgl_file_max_size = chiplotle3.scripts.plot_hpgl_file_max_size:main
plot_hpgl_file = chiplotle3.scripts.plot_hpgl_file:main
plot_hpgl_file_virtual = chiplotle3.scripts.plot_hpgl_file_virtual:main
typewriter = chiplotle3.scripts.typewriter:typewriter
view_hpgl_file = chiplotle3.scripts.view_hpgl_file:main