aboutsummaryrefslogtreecommitdiff
path: root/bart
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 /bart
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 'bart')
-rw-r--r--bart/__init__.py2
1 files changed, 1 insertions, 1 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"