Commit 8dc27095 authored by Dimitris Lampridis's avatar Dimitris Lampridis

[sw] fix python packaging

parent 6bfa3cff
...@@ -15,6 +15,6 @@ setup( ...@@ -15,6 +15,6 @@ setup(
"Documentation": "https://wrtd.readthedocs.io", "Documentation": "https://wrtd.readthedocs.io",
"Forum" : "https://forums.ohwr.org/c/wrtd", "Forum" : "https://forums.ohwr.org/c/wrtd",
}, },
py_modules=['PyWrtd'], packages=['PyWrtd'],
license='LGPLv3', license='LGPLv3',
) )
-include Makefile.specific
all:
clean:
install:
python setup.py install
.PHONY: all clean install
...@@ -17,7 +17,7 @@ setup( ...@@ -17,7 +17,7 @@ setup(
license='LGPLv3', license='LGPLv3',
entry_points = { entry_points = {
'console_scripts': [ 'console_scripts': [
"wrtd-tool = wrtd_tool:main" "wrtd-tool = wrtd_tool.wrtd_tool:main"
] ]
} }
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment