diff --git a/README-PyNorm.txt b/README-PyNorm.txt index 114b178..5e9160e 100755 --- a/README-PyNorm.txt +++ b/README-PyNorm.txt @@ -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 diff --git a/setup.py b/setup.py index 0684a18..556841e 100755 --- a/setup.py +++ b/setup.py @@ -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