Substituted setuptools package for the deprecated distutils in setup.py

pull/82/head
Lucas 2023-09-10 14:43:31 -07:00
parent 8fadbc6ec2
commit 5ccaee34a9
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ in similar places as your system's compiler. On UNIX systems, this is usually
PATH environment variable.
On Windows, PyNORM requires the "PyWin32" module, available at:
http://sf.net/projects/pywin32
https://sourceforge.net/projects/pywin32
-------------
Installation

View File

@ -1,6 +1,6 @@
# This Python script can be used to install the Python 'pynorm' package
import platform
from distutils.core import setup, Extension
from setuptools import setup, Extension
# Note to use 'pynorm", you will need to have the libnorm shared library
# (libnorm.so or libnorm.dylib, etc) installed where your Python installation