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', | |
) |