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
slickgrid
Commits
06cd39012858
Commit
7cdae4fc
authored
Sep 25, 2020
by
Laurent Peuch
Browse files
docs(README): move to .rst extension
parent
fe74b4baa6d2
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
06cd3901
include *.py *.spec
include */*.py
recursive-include data *.gif *.png *.ico *.css *.js *.txt README
recursive-include data *.gif *.png *.ico *.css *.js *.txt README
.rst
recursive-include i18n *.po
recursive-include wdoc *
README
→
README
.rst
View file @
06cd3901
File moved
setup.py
View file @
06cd3901
...
...
@@ -57,7 +57,7 @@ author = pkginfo['author']
author_email
=
pkginfo
[
'author_email'
]
classifiers
=
pkginfo
[
'classifiers'
]
with
open
(
join
(
base_dir
,
'README'
))
as
f
:
with
open
(
join
(
base_dir
,
'README
.rst
'
))
as
f
:
long_description
=
f
.
read
()
# get optional metadatas
...
...
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