We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04c9cf commit d03c72aCopy full SHA for d03c72a
setup.py
@@ -1,8 +1,5 @@
1
#!/usr/bin/env python
2
-import os, subprocess, re
3
from distutils.core import setup, Command
4
-from distutils.command.sdist import sdist as _sdist
5
-from ecdsa.six import print_
6
7
import versioneer
8
versioneer.versionfile_source = "ecdsa/_version.py"
0 commit comments