modify src folder in piplot folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import src.main
|
||||
import piplot.main
|
||||
|
||||
if __name__ == "__main__":
|
||||
src.main.main()
|
||||
piplot.main.main()
|
||||
|
||||
3
setup.py
3
setup.py
@@ -12,7 +12,7 @@ setuptools.setup(
|
||||
long_description="Control PiPlot2D system",
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/sinseman44/PiPlot2D",
|
||||
packages=setuptools.find_packages(where='src'),
|
||||
packages=setuptools.find_packages(where='piplot'),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"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",
|
||||
],
|
||||
python_requires='>=3.6',
|
||||
scripts=['piplotter']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user