Skip to content

Commit

Permalink
Reconfigure libweasyl's vcversioner.
Browse files Browse the repository at this point in the history
  • Loading branch information
weykent committed Jun 12, 2016
1 parent bf9c1a3 commit 8a6c7e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
/libweasyl
/weasyl-env
/twistd.pid
/version.txt
1 change: 0 additions & 1 deletion libweasyl/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*.py[co]
__pycache__
/ve
/version.txt
/libweasyl/_version.py
/build
/dist
Expand Down
2 changes: 2 additions & 0 deletions libweasyl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@
setup_requires=['vcversioner'],
vcversioner={
'version_module_paths': ['libweasyl/_version.py'],
# The git repo root is one directory above this setup.py.
'root': os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
},
)

0 comments on commit 8a6c7e5

Please sign in to comment.