Skip to content

Commit c43a4d6

Browse files
authored
Update setup.py
1 parent 61f7cb6 commit c43a4d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
from setuptools import setup, find_packages
22

3+
def read( fname ):
4+
with open(fname) as fp:
5+
content = fp.read()
6+
return content
7+
38
setup(
49
name="retailtree",
510
version="0.0.1",

0 commit comments

Comments
 (0)