Skip to content

Commit

Permalink
[version] fix version location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarvitz committed May 19, 2018
1 parent bb68ac9 commit a14045f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ htmlcov
dist
build
.pytest_cache
jenkins/_version.py
.eggs
4 changes: 0 additions & 4 deletions jenkins/_version.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def readme():
include_package_data=True,
zip_safe=False,
use_scm_version={
'write_to': 'jenkins_secret/_version.py',
'write_to': 'jenkins/_version.py',
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit a14045f

Please sign in to comment.