mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
Use setuptools insted of distutils.
Distutils is old and basic, setuptools is the current preferred way. See https://python-packaging-user-guide.readthedocs.org/en/latest/current.html
This commit is contained in:
parent
be2cb6e632
commit
76a91ce358
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
|||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
import os
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue