change: Changed the setup.py for a binary package
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="mpcli",
|
||||
version="1.0",
|
||||
py_modules=["setup"],
|
||||
version="0.1",
|
||||
description="A simple web scraping tool",
|
||||
packages=["scrape"],
|
||||
package_data={"scrape": ["*.json"]},
|
||||
build_depends=["build"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user