We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a2d36 commit c1a30fbCopy full SHA for c1a30fb
1 file changed
python/setup.py
@@ -1,5 +1,5 @@
1
-#!/usr/bin/env python3
2
-from distutils.core import setup
+"""Install script for PhiloLogic Python library"""
+from setuptools import setup
3
4
with open("README", encoding="utf8") as input_file:
5
long_description = input_file.read()
0 commit comments