Skip to content

Commit

Permalink
Merge pull request #21 from smoia/int/config
Browse files Browse the repository at this point in the history
Fix installation setup
  • Loading branch information
smoia authored Jun 20, 2024
2 parents e0de2e5 + fc4910f commit 45f97e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion physioqc/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_config():
cfg.style = "pep440"
cfg.tag_prefix = ""
cfg.parentdir_prefix = ""
cfg.versionfile_source = "nigsp/_version.py"
cfg.versionfile_source = "physioqc/_version.py"
cfg.verbose = False
return cfg

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

if __name__ == "__main__":
setup(
name="nigsp",
name="physioqc",
setup_requires=SETUP_REQUIRES,
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 45f97e8

Please sign in to comment.