mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-18 03:50:19 +01:00
Renamed main module.
This commit is contained in:
2
setup.py
2
setup.py
@@ -15,7 +15,7 @@ MODULE1 = Extension('wmdocklib.pywmgeneral',
|
|||||||
with open('README.rst') as fobj:
|
with open('README.rst') as fobj:
|
||||||
LONG_DESC = fobj.read()
|
LONG_DESC = fobj.read()
|
||||||
|
|
||||||
setup(name="pywmdockapps",
|
setup(name="wmdocklib",
|
||||||
version="1.23",
|
version="1.23",
|
||||||
description="Library for creating dockapps for Window Maker/AfterStep",
|
description="Library for creating dockapps for Window Maker/AfterStep",
|
||||||
long_description=LONG_DESC,
|
long_description=LONG_DESC,
|
||||||
|
|||||||
Reference in New Issue
Block a user