Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 authored Feb 25, 2025
1 parent 453571e commit 02176b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='qsoabsfind',
use_scm_version=True, # Automatically detects version from Git tag
setup_requires=["setuptools_scm"]
setup_requires=["setuptools_scm"],
description='A module to search for MgII/CIV absorption features in QSO spectra using convolution based adaptive S/N approach',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 02176b9

Please sign in to comment.