Skip to content

Commit

Permalink
auto install source visibility tool
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanLoh committed Nov 20, 2023
1 parent b67f471 commit 15dac91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nenupy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 15dac91

Please sign in to comment.