-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (28 loc) · 896 Bytes
/
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
[metadata]
name = pynterval
version = 0.3
author = Hans Strijker
description = A small flexible interval package
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/HStry/pynterval
project_urls =
Bug Tracker = https://github.com/HStry/pynterval/issues
classifiers =
Programming Language :: Python :: 3.6
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Operating System :: OS Independent
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Manufacturing
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Physics
Topic :: Utilities
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src