Skip to content

Commit

Permalink
Rename file -> readmefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyNotChase committed Jul 26, 2020
1 parent cd36d41 commit 449b897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

with open('README.md', 'r') as file:
readme = file.read()
with open('README.md', 'r') as readmefile:
readme = readmefile.read()

setup(
name='glitch_this',
Expand Down

0 comments on commit 449b897

Please sign in to comment.