forked from anand-bala/signal-temporal-logic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
26 lines (23 loc) · 866 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
[metadata]
name = signal-temporal-logic
version = attr:signal_tl.__version__
description = A library for efficiently working with Signal Temporal Logic (STL) and its quantitative semantics.
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE, LICENSE-3rdParty
author = Anand Balakrishnan
author_email = [email protected]
url = https://github.com/anand-bala/signal-temporal-logic
classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: C++
License :: OSI Approved :: MIT License
Intended Audience :: Science/Research
[options]
zip_safe = False
packages = find:
python_requires = >= 3.5, <= 3.8