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
prometheus
Commits
c9d096a31394
Commit
c9d096a3
authored
May 12, 2021
by
Nicolas Chauvat
Browse files
fix: setup.py
parent
d962e8d273ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
c9d096a3
...
...
@@ -49,6 +49,7 @@
with
open
(
join
(
here
,
"README.md"
))
as
f
:
long_description
=
f
.
read
()
long_description_content_type
=
'text/markdown'
# get optional metadatas
data_files
=
__pkginfo__
.
get
(
"data_files"
,
None
)
...
...
@@ -68,6 +69,7 @@
license
=
license
,
description
=
description
,
long_description
=
long_description
,
long_description_content_type
=
long_description_content_type
,
author
=
author
,
author_email
=
author_email
,
url
=
web
,
...
...
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