mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-02 03:55:36 +00:00
Build fix
This commit is contained in:
parent
bf79aa539e
commit
9557e57b71
1 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ from pkg_resources import (
|
|||
require,
|
||||
)
|
||||
from setuptools import setup
|
||||
# from setuptools import setup, find_packages
|
||||
from setuptools.command.build_py import build_py
|
||||
from setuptools.command.develop import develop
|
||||
from setuptools.command.test import test as test_command
|
||||
|
|
@ -110,7 +109,6 @@ setup(
|
|||
],
|
||||
install_requires=install_requires,
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
# For Python 3, Will enforce that tests are run after a build.
|
||||
use_2to3=True,
|
||||
cmdclass={
|
||||
|
|
|
|||
Loading…
Reference in a new issue