aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--bart/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bart/__init__.py b/bart/__init__.py
index 079a06d..b5bada9 100644
--- a/bart/__init__.py
+++ b/bart/__init__.py
@@ -21,6 +21,6 @@ import bart.thermal
import pkg_resources
try:
- __version__ = pkg_resources.get_distribution("bart").version
+ __version__ = pkg_resources.get_distribution("bart-py").version
except pkg_resources.DistributionNotFound:
__version__ = "local"
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",