From 15dac91cf24fa9eec1bdbe2aa32dbd70e0b737c3 Mon Sep 17 00:00:00 2001 From: Alan Loh Date: Mon, 20 Nov 2023 17:54:15 +0100 Subject: [PATCH] auto install source visibility tool --- nenupy/__init__.py | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nenupy/__init__.py b/nenupy/__init__.py index 481b1ec..17298e2 100644 --- a/nenupy/__init__.py +++ b/nenupy/__init__.py @@ -5,7 +5,7 @@ __copyright__ = "Copyright 2023, nenupy" __credits__ = ["Alan Loh"] __license__ = "MIT" -__version__ = "2.5.0" +__version__ = "2.5.1" __maintainer__ = "Alan Loh" __email__ = "alan.loh@obspm.fr" diff --git a/pyproject.toml b/pyproject.toml index cc083f2..df6bd11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,8 @@ repository = "https://github.com/AlanLoh/nenupy" [tool.setuptools] script-files = [ "bin/nenupy_vcr_coordinates", - "bin/nenupy_parallactic_correction" + "bin/nenupy_parallactic_correction", + "bin/nenupy_src_vis" ] [tool.setuptools.packages.find]