aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-10-05 18:46:14 +0100
committerJavi Merino <javi.merino@arm.com>2015-10-05 18:52:07 +0100
commita2d51ed8ad771801bf53969954948fe3643ed255 (patch)
treed86e98d5426bacaf32796ecd02a0bf6007c53ae4 /setup.py
parent0fa287ecda476020bf469ec9057c7c453cd52cf5 (diff)
downloadbart-a2d51ed8ad771801bf53969954948fe3643ed255.tar.gz
setup: rename to bart-py for pypi
Bart is already taken by some software to model the light curves of exoplanet transits.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3ded12c..97ea81f 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ REQUIRES = [
"TRAPpy==1.0.0",
]
-setup(name='BART',
+setup(name='bart-py',
version=VERSION,
license="Apache v2",
author="ARM-BART",