Skip to content

Commit

Permalink
distutils' setup function is deprecated and removed in Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
R2ZER0 committed Nov 21, 2024
1 parent b11c7d5 commit a532cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

from distutils.core import setup
from setuptools import setup

install_requires = []

Expand Down

0 comments on commit a532cfa

Please sign in to comment.