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

Commit 232cca6

Browse files
author
dames
committed
Change package name for Pip install
1 parent c92a595 commit 232cca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup, find_packages
2-
setup(name='relational_data_loader',
2+
setup(name='rdl',
33
version='0.1',
44
packages = find_packages(),
55
)

0 commit comments

Comments
 (0)