Skip to content

Commit

Permalink
Changes in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AthKouloumvakos committed Oct 23, 2022
1 parent 80895c8 commit a174bd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ github_project = AthKouloumvakos/solo-sis-loader
platform = any
keywords = science, solar physics, solar, sun, solar energetic particles
classifiers =
Development Status :: 4 - Beta/Test
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: GPL-3.0 License
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
extras = read_configuration('setup.cfg')['options']['extras_require']

setup(
use_scm_version=True,
extras_require=extras,
)
2 changes: 1 addition & 1 deletion solo_sis_loader/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Try to import _version or else go to default
# The modification is made so during the cli call of PyThea the version
# The modification is made so during the cli call of solo-sis-loader the version
# the version imports correctly. I will explore this in the future.
# This is a modified script from sunpy
try:
Expand Down

0 comments on commit a174bd7

Please sign in to comment.