just use setuptools in setup.py

This commit is contained in:
bharnden 2019-06-04 21:49:44 -07:00
parent 2dd1538184
commit c262778209

View file

@ -5,8 +5,7 @@ Defines how CORE will be built for installation.
import glob import glob
import os import os
from setuptools import find_packages from setuptools import find_packages, setup
from distutils.core import setup
_CORE_DIR = "/etc/core" _CORE_DIR = "/etc/core"
_MAN_DIR = "share/man/man1" _MAN_DIR = "share/man/man1"