Skip to content

Commit d880116

Browse files
committed
Add an escape chara for *.ABOUT in the long description
1 parent 3925157 commit d880116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ def read(*names, **kwargs):
3232
'Collect inventories, generate attribution documentation.'
3333
),
3434
long_description=(
35-
'AttributeCode provides a simple way to document the'
36-
'provenance (i.e. origin and license) of software components that'
37-
'you use in your project. This documentation is stored in *.ABOUT'
35+
'AttributeCode provides a simple way to document the '
36+
'provenance (i.e. origin and license) of software components that '
37+
'you use in your project. This documentation is stored in \*.ABOUT '
3838
'files, side-by-side with the documented code.'
3939
),
4040
author='Chin-Yeung Li, Jillian Daguil, Thomas Druez, Philippe Ombredanne and others.',

0 commit comments

Comments
 (0)