mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
setup.py: use setup() from setuptools instead of deprecated distutils.core
See https://peps.python.org/pep-0632/ This is currently done as a patch in the Debian package.
This commit is contained in:
parent
70900580f3
commit
ffd288561e
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
|
||||
from setuptools import find_packages
|
||||
|
||||
setup(name='chirp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue