File size: 402 Bytes
d834d9d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
from setuptools import setup, find_packages
setup(
    name='NL2HLTLTranslator',
    version='0.2',
    author='xsj',
    author_email='[email protected]',
    description='the package is used for multi robot task execution in the aithor env, under the instruction structure of LTL',
    packages=find_packages(),
    install_requires=[],
    license='MIT',
    url='https://github.com/darrrt/NL2HLTL',
)