File: setup.cfg

package info (click to toggle)
opencamlib 2023.01.11-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,800 kB
  • sloc: cpp: 8,722; python: 5,530; sh: 604; javascript: 310; makefile: 209
file content (32 lines) | stat: -rw-r--r-- 1,079 bytes parent folder | download | duplicates (2)
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