Skip to content

Commit 72a3a12

Browse files
author
whitequark
committedJan 10, 2016
Fix versioneer (closes #199).
1 parent cc45694 commit 72a3a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
setup(
4545
name="artiq",
4646
version=versioneer.get_version(),
47+
cmdclass=versioneer.get_cmdclass(),
4748
author="M-Labs / NIST Ion Storage Group",
4849
author_email="sb@m-labs.hk",
4950
url="http://m-labs.hk/artiq",

0 commit comments

Comments
 (0)
Please sign in to comment.