continue refactoring to optimize for mtl
This commit is contained in:
parent
5fd66cfd2c
commit
98824c9ba1
21 changed files with 393 additions and 467 deletions
5
setup.py
5
setup.py
|
|
@ -1,10 +1,10 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name='py-stl',
|
||||
name='metric-temporal-logic',
|
||||
version='0.2',
|
||||
description='TODO',
|
||||
url='http://github.com/mvcisback/py-stl',
|
||||
url='http://github.com/mvcisback/py-mtl',
|
||||
author='Marcell Vazquez-Chanlatte',
|
||||
author_email='marcell.vc@eecs.berkeley.edu',
|
||||
license='MIT',
|
||||
|
|
@ -12,7 +12,6 @@ setup(
|
|||
'funcy',
|
||||
'parsimonious',
|
||||
'lenses',
|
||||
'sympy',
|
||||
'bitarray',
|
||||
'traces',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue