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
brainomics
Commits
f345daff2e75
Commit
11276931
authored
Sep 25, 2020
by
Laurent Peuch
Browse files
docs(README): move to .rst extension
parent
50b7da0706bb
Changes
3
Show whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
f345daff
...
...
@@ -4,3 +4,4 @@ include importers/*.csv
recursive-include data *.gif *.png *.ico *.css *.js
recursive-include i18n *.po
recursive-include wdoc *
include README.rst
README
→
README
.rst
View file @
f345daff
File moved
setup.py
View file @
f345daff
...
...
@@ -44,8 +44,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
Markdown
is supported
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