Skip to content
Snippets Groups Projects
Commit 39e7ec22 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

remove - in all names to avoid issue

parent 2d2d5562
No related branches found
No related tags found
1 merge request!70Convert to a package
Pipeline #371902 failed
......@@ -7,13 +7,14 @@ name = "mpsd_software_manager"
authors = [{name = "SSU-Computational Science (Fangohr et al)", email = "ssu-cs@mpsd.mpg.de"}]
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: MIT License"]
version = "2023.6.14"
readme = "README.rst"
dependencies = [
"archspec",
"rich",
]
[project.scripts]
mpsd-software = "mpsd_software_manager.mpsd-software:main"
mpsd-software = "mpsd_software_manager.mpsd_software:main"
[project.urls]
Home = "https://gitlab.gwdg.de/mpsd-cs/mpsd-software-manager/"
......
......@@ -11,7 +11,7 @@ import sys
import pytest
mod = importlib.import_module("mpsd_software_manager.mpsd-software")
mod = importlib.import_module("mpsd_software_manager.mpsd_software")
# set loglevel to debug - useful for understanding problems.
# (if the tests pass, pytest doesn't show any output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment