just use setuptools in setup.py
This commit is contained in:
parent
2dd1538184
commit
c262778209
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ Defines how CORE will be built for installation.
|
|||
import glob
|
||||
import os
|
||||
|
||||
from setuptools import find_packages
|
||||
from distutils.core import setup
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
_CORE_DIR = "/etc/core"
|
||||
_MAN_DIR = "share/man/man1"
|
||||
|
|
Loading…
Reference in a new issue