changeset 61f76332c924 in modules/analytic_budget:default
details:
https://hg.tryton.org/modules/analytic_budget?cmd=changeset&node=61f76332c924
description:
Fix author and description of package
diffstat:
setup.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r de54eca89446 -r 61f76332c924 setup.py
--- a/setup.py Mon Nov 01 17:09:48 2021 +0100
+++ b/setup.py Sat Nov 06 21:19:20 2021 +0100
@@ -76,9 +76,10 @@
setup(name=name,
version=version,
- description='Tryton module',
+ description=(
+ 'Tryton module that allows creating budgets for analytic accounts'),
long_description=read('README.rst'),
- author='Tryton module that allows creating budgets for analytic accounts',
+ author='Tryton',
author_email='[email protected]',
url='http://www.tryton.org/',
download_url=download_url,