We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecb408 commit 44f73c6Copy full SHA for 44f73c6
setup.py
@@ -4,7 +4,6 @@
4
"""
5
import sys
6
from setuptools import setup, find_packages
7
-import versioneer
8
9
short_description = __doc__.split("\n")
10
@@ -27,8 +26,6 @@
27
26
description=short_description[0],
28
long_description=long_description,
29
long_description_content_type="text/markdown",
30
- version=versioneer.get_version(),
31
- cmdclass=versioneer.get_cmdclass(),
32
license='MIT',
33
34
# Which Python importable modules should be included when your package is installed
0 commit comments