-
Notifications
You must be signed in to change notification settings - Fork 139
/
setup.cfg
32 lines (31 loc) · 1.05 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
[metadata]
name = opencamlib
description = open source computer aided manufacturing algorithms library
author = Anders Wallin
author_email = anders.e.e.wallin@gmail.com
maintainer = Koen Schmeets
maintainer_email = koen@schmeets.de
long_description_file = file: README.rst
url = https://github.com/aewallin/opencamlib
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Programming Language :: Python :: 3 :: Only
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
Topic :: Scientific/Engineering :: Physics
Intended Audience :: Manufacturing
project_urls =
homepage = https://github.com/aewallin/opencamlib
documentation = https://github.com/aewallin/opencamlib
repository = https://github.com/aewallin/opencamlib
[options]
package_dir=
opencamlib=src/pythonlib/opencamlib
packages = opencamlib
python_requires = >=3.7
include_package_data = True
zip_safe = False