Skip to content

Commit

Permalink
- Improved and fixed setup.py
Browse files Browse the repository at this point in the history
Took 8 minutes
  • Loading branch information
Luc1412 committed Nov 19, 2019
1 parent 07b4ce4 commit d7b9d93
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
with open('README.md') as f:
readme = f.read()


try:
with open('requirements.txt') as f:
requirements = f.read().splitlines()
except FileNotFoundError:
pass

setup(
name='fortnite-api',
author='Luc1412',
Expand Down

0 comments on commit d7b9d93

Please sign in to comment.