Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
kis_tools
Commits
11471b93
Commit
11471b93
authored
Feb 03, 2021
by
Carl Schaffer
Browse files
Update setup.py
parent
669bbf38
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
11471b93
...
@@ -9,7 +9,7 @@ with open("README.md") as f:
...
@@ -9,7 +9,7 @@ with open("README.md") as f:
README
=
f
.
read
()
README
=
f
.
read
()
info
=
get_git_info
(
force
=
True
)
info
=
get_git_info
(
force
=
True
)
version
=
"3.2.
0
"
version
=
"3.2.
1
"
with
open
(
'requirements.txt'
,
'r'
)
as
req_file
:
with
open
(
'requirements.txt'
,
'r'
)
as
req_file
:
requirements
=
[
line
.
strip
()
for
line
in
req_file
]
requirements
=
[
line
.
strip
()
for
line
in
req_file
]
...
...
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