Skip to content

Commit

Permalink
github workflow bitrot, take3
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Jan 2, 2025
1 parent fcbeedb commit e4181ab
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@
"""
import sys

from pkg_resources import VersionConflict, require
from setuptools import setup

try:
require('setuptools>=38.3')
except VersionConflict:
print("Error: version of setuptools is too old (<38.3)!")
sys.exit(1)


if __name__ == "__main__":
setup()

0 comments on commit e4181ab

Please sign in to comment.