Skip to content

Commit

Permalink
Remove unused VERSION_MAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
oh2fih committed Apr 12, 2024
1 parent b7ea69c commit 296491d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import re
from itertools import chain

from setuptools import setup, find_packages
Expand All @@ -16,7 +15,6 @@ def _version():


VERSION = __version__ = _version()
VERSION_MAIN = re.search(r"[0-9.]+", VERSION).group()

# The directory containing this file
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 296491d

Please sign in to comment.