Skip to content

Commit

Permalink
Merge pull request #2 from adamlerer/pkg_resources
Browse files Browse the repository at this point in the history
remove pkg_resources
  • Loading branch information
huidongchen authored Oct 15, 2021
2 parents bf96a81 + ef55f30 commit 0e6f837
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions torchbiggraph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
#!/usr/bin/env python3

import pkg_resources


__version__ = (
pkg_resources.resource_string("torchbiggraph", "VERSION.txt")
.decode("utf-8")
.strip()
)

0 comments on commit 0e6f837

Please sign in to comment.