[POS-commit] r3300 - stoqdrivers/trunk
Henrique Romano
henrique at async.com.br
Sat Apr 15 20:23:31 BRT 2006
Author: henrique
Date: Sat Apr 15 20:23:30 2006
New Revision: 3300
Modified:
stoqdrivers/trunk/setup.py
Log:
Minor change, adjusting package's long description
Modified: stoqdrivers/trunk/setup.py
==============================================================================
--- stoqdrivers/trunk/setup.py (original)
+++ stoqdrivers/trunk/setup.py Sat Apr 15 20:23:30 2006
@@ -49,12 +49,11 @@
author="Async Open Source",
author_email="stoq-devel at async.com.br",
description = "Useful drivers for Stoq and retail systems",
- long_description="""
- This is a powerful collection of device drivers written in Python and
- totally focused on retail systems. Stoqdrivers also offers an
- unified API for devices like fiscal printers which makes it easy to
- embed in many applications.
- """,
+ long_description=("This is a powerful collection of device drivers "
+ "written in Python and totally focused on retail "
+ "systems. Stoqdrivers also offers an unified API "
+ "for devices like fiscal printers which makes it "
+ "easy to embed in many applications."),
url="http://www.stoq.com.br",
license="GNU LGPL 2.1 (see COPYING)",
packages=listpackages('stoqdrivers'),
@@ -63,3 +62,4 @@
global_resources=dict(conf="$datadir/conf"),
resources=dict(locale="$prefix/share/locale"),
)
+
More information about the POS-commit
mailing list