1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-17 19:40:23 +01:00

Renamed main module.

This commit is contained in:
2022-04-13 17:25:06 +02:00
parent d95ea4280a
commit c6a0aa7558

View File

@@ -15,7 +15,7 @@ MODULE1 = Extension('wmdocklib.pywmgeneral',
with open('README.rst') as fobj:
LONG_DESC = fobj.read()
setup(name="pywmdockapps",
setup(name="wmdocklib",
version="1.23",
description="Library for creating dockapps for Window Maker/AfterStep",
long_description=LONG_DESC,