modify setup.py
This commit is contained in:
@@ -11,8 +11,8 @@ setuptools.setup(
|
|||||||
description="Control PiPlot2D system",
|
description="Control PiPlot2D system",
|
||||||
long_description="Control PiPlot2D system",
|
long_description="Control PiPlot2D system",
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/pypa/sampleproject",
|
url="https://github.com/sinseman44/PiPlot2D",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(where='src'),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
|||||||
Reference in New Issue
Block a user