Skip to content

Commit 16931c5

Browse files
committed
Add escape chara for the *.ABOUT in the long description.
1 parent 629ea8c commit 16931c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ 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'
38-
'files, side-by-side with the documented code.'
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 '
38+
'files, side-by-side with the documented code. '
3939
),
4040
author='Chin-Yeung Li, Jillian Daguil, Thomas Druez, Philippe Ombredanne and others.',
4141
author_email='[email protected]',

0 commit comments

Comments
 (0)