Skip to content

Commit

Permalink
Merge pull request #25 from ocefpaf/fix_versioneer
Browse files Browse the repository at this point in the history
fix versioneer
  • Loading branch information
ocefpaf authored Jun 19, 2017
2 parents 364ecab + 73e4b7b commit 204e995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ def read(*parts):
install_requires=install_requires,
tests_require=['pytest'],
packages=['odvc'],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 204e995

Please sign in to comment.