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
Jonathan Lambrechts
seamsh
Commits
b3d19605
Commit
b3d19605
authored
Oct 21, 2021
by
Jonathan Lambrechts
Browse files
changelog in description on pypi
parent
dd1dac61
Pipeline
#9893
failed with stages
in 6 minutes and 37 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
b3d19605
Changes
=======
seamsh 0.4.0
------------
...
...
setup.py
View file @
b3d19605
...
...
@@ -34,6 +34,8 @@ lib = Extension("seamsh.libseamsh", sources = ["seamshlib/seamsh.c","seamshlib/p
with
open
(
"README.rst"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
with
open
(
"CHANGELOG.rst"
,
"r"
)
as
fh
:
long_description
+=
"
\n\n
"
+
fh
.
read
()
class
bdist_wheel
(
_bdist_wheel
):
def
get_tag
(
self
):
...
...
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