Skip to content

Commit

Permalink
Remove a bit of superfluous code
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Dec 30, 2019
1 parent 536fb50 commit 6b3aaf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import sys
from setuptools import setup
from pathlib import Path

TEST_HELP = """
Note: running tests is no longer done using 'python setup.py test'. Instead
Expand Down Expand Up @@ -48,4 +47,4 @@
print(DOCS_HELP)
sys.exit(1)

setup(use_scm_version={'write_to': Path('astrowidgets') / 'version.py'})
setup(use_scm_version={'write_to': 'astrowidgets/version.py'})

0 comments on commit 6b3aaf7

Please sign in to comment.