Closed josh146 closed 5 years ago
Description of the Change: Remove opening of requirements.txt from setup.py
Benefits: Avoids FileNotFoundError, as Python renames this file during packaging to requires.txt
FileNotFoundError
requires.txt
Possible Drawbacks: n/a
Related GitHub Issues: #52
Description of the Change: Remove opening of requirements.txt from setup.py
Benefits: Avoids
FileNotFoundError
, as Python renames this file during packaging torequires.txt
Possible Drawbacks: n/a
Related GitHub Issues: #52