modify setup.py

This commit is contained in:
sinseman44
2020-11-14 09:52:27 +00:00
parent 7d4f0886c4
commit dd605967ff

View File

@@ -11,8 +11,8 @@ setuptools.setup(
description="Control PiPlot2D system",
long_description="Control PiPlot2D system",
long_description_content_type="text/markdown",
url="https://github.com/pypa/sampleproject",
packages=setuptools.find_packages(),
url="https://github.com/sinseman44/PiPlot2D",
packages=setuptools.find_packages(where='src'),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",