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
dgl
Commits
612a7fb9
Unverified
Commit
612a7fb9
authored
Dec 05, 2018
by
Minjie Wang
Committed by
GitHub
Dec 05, 2018
Browse files
[Release] setup version (#264)
parent
c620bfc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
python/VERSION
python/VERSION
+0
-1
python/setup.py
python/setup.py
+1
-5
No files found.
python/VERSION
deleted
100644 → 0
View file @
c620bfc2
0.0.1
python/setup.py
View file @
612a7fb9
...
...
@@ -8,10 +8,6 @@ from setuptools import find_packages
from
setuptools.dist
import
Distribution
from
setuptools
import
setup
with
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'VERSION'
))
as
f
:
version
=
f
.
readline
().
strip
()
class
BinaryDistribution
(
Distribution
):
def
has_ext_modules
(
self
):
return
True
...
...
@@ -68,7 +64,7 @@ if include_libs:
setup
(
name
=
'dgl'
,
version
=
version
,
version
=
VERSION
,
description
=
'Deep Graph Library'
,
zip_safe
=
False
,
maintainer
=
'DGL Team'
,
...
...
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