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 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"
|
||||||
|
|
Loading…
Reference in a new issue