modify src folder in piplot folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import src.main
|
import piplot.main
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
src.main.main()
|
piplot.main.main()
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ setuptools.setup(
|
|||||||
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/sinseman44/PiPlot2D",
|
url="https://github.com/sinseman44/PiPlot2D",
|
||||||
packages=setuptools.find_packages(where='src'),
|
packages=setuptools.find_packages(where='piplot'),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
@@ -27,4 +27,5 @@ setuptools.setup(
|
|||||||
"https://github.com/sinseman44/PyCNC/archive/v2.0.0.zip#egg=pycnc-2.0.0",
|
"https://github.com/sinseman44/PyCNC/archive/v2.0.0.zip#egg=pycnc-2.0.0",
|
||||||
],
|
],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
|
scripts=['piplotter']
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user