Skip to content

Commit f61b1c1

Browse files
committed
unstaged .sql files deletion
1 parent 465f35e commit f61b1c1

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
@@ -51,7 +51,7 @@ def run(self):
5151
if __name__ == "__main__":
5252
here = os.path.abspath(os.path.dirname(__file__))
5353
with open(os.path.join(here, 'README.md')) as f:
54-
README. = f.read()
54+
README = f.read()
5555

5656
with open(os.path.join(here, 'requirements.txt'), 'r') as f:
5757
requirements = list(f.readlines())

0 commit comments

Comments
 (0)