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:
4
setup.py
4
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user