Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit c92a595

Browse files
author
dames
committed
x
1 parent 6733b90 commit c92a595

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from setuptools import setup, find_packages
2+
setup(name='relational_data_loader',
3+
version='0.1',
4+
packages = find_packages(),
5+
)

0 commit comments

Comments
 (0)