1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-18 12:00:20 +01:00

Adapt manifest file, add long descriptopn to readme.

This commit is contained in:
2022-04-11 18:40:19 +02:00
parent 6ce0d31d2d
commit 492fce4f44
3 changed files with 6 additions and 50 deletions

View File

@@ -12,9 +12,13 @@ MODULE1 = Extension('wmdocklib.pywmgeneral',
include_dirs=[XINCLUDES],
sources=['wmdocklib/pywmgeneral.c'])
with open('README.rst') as fobj:
LONG_DESC = fobj.read()
setup(name="pywmdockapps",
version="1.23",
description="Library for creating dockapps for Window Maker/AfterStep",
long_description=LONG_DESC,
author="Kristoffer Erlandsson & al.",
author_email="mfrasca@zonnet.nl",
url="http://pywmdockapps.sourceforge.net",