modify setup.py

This commit is contained in:
sinseman44
2020-11-14 09:52:27 +00:00
parent 7d4f0886c4
commit dd605967ff
+2 -2
View File
@@ -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",