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
seda
Commits
7d833978322c
Commit
d983bf90
authored
Sep 25, 2020
by
Laurent Peuch
Browse files
{self.commit_message}
parent
e6b29b3e372b
Pipeline
#15325
passed with stage
in 20 minutes and 4 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
7d833978
...
@@ -12,3 +12,4 @@ exclude __pkginfo__.py
...
@@ -12,3 +12,4 @@ exclude __pkginfo__.py
prune debian
prune debian
exclude cubicweb-seda.spec
exclude cubicweb-seda.spec
exclude .gitlab-ci.yml
exclude .gitlab-ci.yml
include README.rst
README
→
README
.rst
View file @
7d833978
File moved
setup.py
View file @
7d833978
...
@@ -45,7 +45,7 @@ author = __pkginfo__['author']
...
@@ -45,7 +45,7 @@ author = __pkginfo__['author']
author_email
=
__pkginfo__
[
'author_email'
]
author_email
=
__pkginfo__
[
'author_email'
]
classifiers
=
__pkginfo__
[
'classifiers'
]
classifiers
=
__pkginfo__
[
'classifiers'
]
with
io
.
open
(
join
(
here
,
'README'
),
encoding
=
'utf-8'
)
as
f
:
with
io
.
open
(
join
(
here
,
'README
.rst
'
),
encoding
=
'utf-8'
)
as
f
:
long_description
=
f
.
read
()
long_description
=
f
.
read
()
# get optional metadatas
# 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