Skip to content

Commit

Permalink
setup: Fixing the name of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
anenriquez committed Aug 14, 2019
1 parent 4a35cf8 commit e2c2012
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

from setuptools import setup

setup(name='mrs',
setup(name='mrta',
version='0.1.0',
install_requires=[
'numpy'
],
description='Multi-Robot System (MRS) components for allocating '
'and executing tasks with temporal constraints and uncertain durations',
description='Multi-Robot System (MRS) components for performing'
'Multi-Robot Task Allocation (MRTA) and executing'
'tasks with temporal constraints and uncertain '
'durations',
author='Angela Enriquez Gomez',
author_email='[email protected]',
package_dir={'': '.'}
Expand Down

0 comments on commit e2c2012

Please sign in to comment.