Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
93372134
Commit
93372134
authored
Nov 13, 2019
by
Gao, Xiang
Committed by
Farhad Ramezanghorbani
Nov 13, 2019
Browse files
clean up py2 in setup.py (#390)
* clean up py2 in setup.py * Update setup.py
parent
c72ebd89
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
setup.py
setup.py
+0
-4
No files found.
setup.py
View file @
93372134
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
import
sys
with
open
(
"README.md"
,
"r"
)
as
fh
:
with
open
(
"README.md"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
long_description
=
fh
.
read
()
...
@@ -23,7 +22,4 @@ setup_attrs = {
...
@@ -23,7 +22,4 @@ setup_attrs = {
],
],
}
}
if
sys
.
version_info
[
0
]
<
3
:
setup_attrs
[
'install_requires'
].
append
(
'typing'
)
setup
(
**
setup_attrs
)
setup
(
**
setup_attrs
)
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