Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-client
Commits
21460da8
Commit
21460da8
authored
Feb 21, 2025
by
Wei Shoulin
Browse files
read README.md with encoding UTF-8
parent
72ca8f42
Pipeline
#8000
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
21460da8
import
setuptools
import
setuptools
import
os
import
os
with
open
(
"README.md"
,
"r"
)
as
f
:
with
open
(
"README.md"
,
"r"
,
encoding
=
"utf-8"
)
as
f
:
long_description
=
f
.
read
()
long_description
=
f
.
read
()
with
open
(
"requirements.txt"
,
"r"
)
as
f
:
with
open
(
"requirements.txt"
,
"r"
)
as
f
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment