Tadaboody / good_smell

A linting/refactoring library for python best practices and lesser-known tricks
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Use setuptools.find_packages to include all python packages #35

Closed Tadaboody closed 5 years ago

Tadaboody commented 5 years ago

Always use find_packages... py_modules is for listing individual files and so is not necessary Closes #34