From 2270fcf3cefb5553c5ba1f5eb2952d0eeeb098c2 Mon Sep 17 00:00:00 2001 From: Weihua Hu Date: Fri, 13 Dec 2019 01:03:16 -0800 Subject: [PATCH] fix setup.py --- MANIFEST.in | 3 +++ ogb/__init__.py | 0 2 files changed, 3 insertions(+) create mode 100644 MANIFEST.in create mode 100644 ogb/__init__.py diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..14ca165 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include ogb/graphproppred/master.csv +include ogb/nodeproppred/master.csv +include ogb/linkproppred/master.csv \ No newline at end of file diff --git a/ogb/__init__.py b/ogb/__init__.py new file mode 100644 index 0000000..e69de29