pgk / genignore

Generate .gitignore files
MIT License
4 stars 1 forks source link

Ensure file handle is closed using with statement #3

Closed svisser closed 10 years ago

svisser commented 10 years ago

This change ensures the file handle in setup.py is properly closed.

pgk commented 10 years ago

Thanks!