Skip to content

Commit bb05187

Browse files
authored
Update setup.py
1 parent 078003f commit bb05187

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
@@ -6,7 +6,7 @@
66

77
DESCRIPTION = 'A library that wraps pandas and openpyxl and allows easy styling of dataframes in excel. Documentation can be found at http://styleframe.readthedocs.org'
88

9-
here = os.path.abspath(os.path.dirname(__file__)).lower()
9+
here = os.path.abspath(os.path.dirname(__file__))
1010

1111

1212
def read(*parts):

0 commit comments

Comments
 (0)