Skip to content

Commit

Permalink
🔥 Removing _verison.py file.
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogewgaw committed May 15, 2021
1 parent fdabc0b commit 8ee06ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.0"]

[tool.setuptools_scm]
write_to = "src/priwo/_version.py"
[tool.setuptools_scm]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="priwo",
use_scm_version={"write_to": "src/priwo/_version.py"},
use_scm_version=True,
setup_requires=["setuptools_scm"],
description="I/O for common pulsar data formats",
long_description=long_description,
Expand Down
5 changes: 0 additions & 5 deletions src/priwo/_version.py

This file was deleted.

0 comments on commit 8ee06ec

Please sign in to comment.