mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-18 20:10:23 +01:00
1569327 release 1.1 is broken
last clean up. wmdocklib.__init__ must import from general, not generic! and tmount must be included in the distribution.
This commit is contained in:
3
setup.py
3
setup.py
@@ -28,5 +28,6 @@ setup(name="pywmdockapps",
|
|||||||
scripts=['examples/pywmdatetime.py',
|
scripts=['examples/pywmdatetime.py',
|
||||||
'examples/pywmhdmon.py',
|
'examples/pywmhdmon.py',
|
||||||
'examples/pywmseti.py',
|
'examples/pywmseti.py',
|
||||||
'examples/pywmsysmon.py'],
|
'examples/pywmsysmon.py',
|
||||||
|
'examples/tmount'],
|
||||||
ext_modules = [module1])
|
ext_modules = [module1])
|
||||||
|
|||||||
Reference in New Issue
Block a user