Skip to content

Commit

Permalink
Restore lost setup arg
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Jul 15, 2023
1 parent 2493226 commit 2b42b48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from setuptools import setup

setup()
setup(
use_scm_version={
"write_to": "tldextract/_version.py",
},
)

0 comments on commit 2b42b48

Please sign in to comment.