Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compound
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
compound
Commits
40fcce3f73fa
Commit
40fcce3f73fa
authored
4 years ago
by
Laurent Peuch
Browse files
Options
Downloads
Patches
Plain Diff
docs(README): move to .rst extension
parent
cf7c44450b80
No related branches found
No related tags found
2 merge requests
!2
docs(README): move to .rst extension
,
!1
[gitlab-ci] autogenerated from tox
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MANIFEST.in
+2
-1
2 additions, 1 deletion
MANIFEST.in
README.rst
+0
-0
0 additions, 0 deletions
README.rst
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
2 deletions
MANIFEST.in
+
2
−
1
View file @
40fcce3f
...
@@ -6,4 +6,5 @@
...
@@ -6,4 +6,5 @@
recursive-include cubicweb_compound/i18n *.po
recursive-include cubicweb_compound/i18n *.po
prune cubicweb-compound.spec
prune cubicweb-compound.spec
prune debian
prune debian
\ No newline at end of file
include README.rst
This diff is collapsed.
Click to expand it.
README
→
README
.rst
+
0
−
0
View file @
40fcce3f
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
40fcce3f
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
author_email
=
__pkginfo__
[
'
author_email
'
]
author_email
=
__pkginfo__
[
'
author_email
'
]
classifiers
=
__pkginfo__
[
'
classifiers
'
]
classifiers
=
__pkginfo__
[
'
classifiers
'
]
with
open
(
join
(
here
,
'
README
'
))
as
f
:
with
open
(
join
(
here
,
'
README
.rst
'
))
as
f
:
long_description
=
f
.
read
()
long_description
=
f
.
read
()
# get optional metadatas
# get optional metadatas
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment