Skip to content

Commit

Permalink
remove versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
eruijsena committed Feb 18, 2024
1 parent eecb408 commit 44f73c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,825 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"""
import sys
from setuptools import setup, find_packages
import versioneer

short_description = __doc__.split("\n")

Expand All @@ -27,8 +26,6 @@
description=short_description[0],
long_description=long_description,
long_description_content_type="text/markdown",
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
license='MIT',

# Which Python importable modules should be included when your package is installed
Expand Down
Loading

0 comments on commit 44f73c6

Please sign in to comment.