Skip to content

Commit c1a30fb

Browse files
committed
use setuptools rather than distutils
1 parent e3a2d36 commit c1a30fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/usr/bin/env python3
2-
from distutils.core import setup
1+
"""Install script for PhiloLogic Python library"""
2+
from setuptools import setup
33

44
with open("README", encoding="utf8") as input_file:
55
long_description = input_file.read()

0 commit comments

Comments
 (0)