Skip to content

Commit 4be61b8

Browse files
committed
Minimal setup.py long_description
(to at least avoid a blank page on PyPI)
1 parent 46b80e6 commit 4be61b8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

fluent.bundle/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
setup(name='fluent.bundle',
1212
version='0.1',
1313
description='Localization library for expressive translations.',
14+
long_description='See https://github.com/projectfluent/python-fluent/ for more info.',
1415
author='Luke Plant',
1516
author_email='L.Plant.98@cantab.net',
1617
license='APL 2',

fluent.syntax/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
setup(name='fluent.syntax',
55
version='0.10.0',
66
description='Localization library for expressive translations.',
7+
long_description='See https://github.com/projectfluent/python-fluent/ for more info.',
78
author='Mozilla',
89
author_email='l10n-drivers@mozilla.org',
910
license='APL 2',

0 commit comments

Comments
 (0)