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
calendarf
Commits
08662a862547
Commit
77b6a9a0
authored
Sep 25, 2020
by
Laurent Peuch
Browse files
docs(README): move to .rst extension
parent
9ef6ae2c87f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
08662a86
...
...
@@ -3,3 +3,4 @@ include */*.py
recursive-include data external_resources *.gif *.png *.css *.ico *.js
recursive-include i18n *.pot *.po
recursive-include wdoc *
include README.rst
README
→
README
.rst
View file @
08662a86
File moved
setup.py
View file @
08662a86
...
...
@@ -39,8 +39,8 @@ STD_BLACKLIST = ('CVS', '.svn', '.hg', 'debian', 'dist', 'build')
IGNORED_EXTENSIONS
=
(
'.pyc'
,
'.pyo'
,
'.elc'
,
'~'
)
if
exists
(
'README'
):
long_description
=
file
(
'README'
).
read
()
if
exists
(
'README
.rst
'
):
long_description
=
file
(
'README
.rst
'
).
read
()
else
:
long_description
=
''
if
USE_SETUPTOOLS
:
...
...
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