Skip to content

Commit

Permalink
fixed setup.py for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Feb 16, 2020
1 parent 805b8fa commit 60c7f99
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
Expand Up @@ -23,5 +23,9 @@


setuptools.setup(
setup_requires=["setuptools_scm"], use_scm_version=True,
setup_requires=["setuptools_scm"],
use_scm_version={
"write_to": "src/dothdns/version.py",
"write_to_template": "__version__ = {version!r}",
},
)

0 comments on commit 60c7f99

Please sign in to comment.