Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
card
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cubicweb
cubes
card
Commits
e2404a8380e3
Commit
67d0932d
authored
Sep 22, 2020
by
Laurent Peuch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(README): move to .rst extension
parent
d35cc7de4e59
Pipeline
#18926
passed with stage
in 1 minute and 17 seconds
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
MANIFEST.in
MANIFEST.in
+1
-1
README.rst
README.rst
+0
-0
setup.py
setup.py
+1
-1
No files found.
MANIFEST.in
View file @
e2404a8380e3
include README
include README
.rst
include *.py
include */*.py
recursive-include cubicweb_card *.py
...
...
README
→
README
.rst
View file @
e2404a8380e3
File moved
setup.py
View file @
e2404a8380e3
...
...
@@ -40,7 +40,7 @@ author = __pkginfo__['author']
author_email
=
__pkginfo__
[
'author_email'
]
classifiers
=
__pkginfo__
[
'classifiers'
]
with
open
(
join
(
here
,
'README'
))
as
f
:
with
open
(
join
(
here
,
'README
.rst
'
))
as
f
:
long_description
=
f
.
read
()
# get optional metadatas
...
...
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