Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
worldcat
Commits
25e1a915a176
Commit
f2f45aa7
authored
Sep 25, 2020
by
Laurent Peuch
Browse files
docs(README): move to .rst extension
parent
5de315d0002e
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
25e1a915
...
...
@@ -3,3 +3,4 @@ include */*.py
recursive-include data *.gif *.png *.ico *.css *.js
recursive-include i18n *.po
recursive-include wdoc *
include README.rst
README
→
README
.rst
View file @
25e1a915
File moved
setup.py
View file @
25e1a915
...
...
@@ -43,8 +43,8 @@ from distutils.command import install_data
from
__pkginfo__
import
modname
,
version
,
license
,
description
,
web
,
\
author
,
author_email
if
exists
(
'README'
):
long_description
=
file
(
'README'
).
read
()
if
exists
(
'README
.rst
'
):
long_description
=
file
(
'README
.rst
'
).
read
()
else
:
long_description
=
''
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment