facultyai / faculty-sync

Synchronise a local directory with your Faculty platform workspace
https://pypi.org/project/faculty_sync/
Apache License 2.0
10 stars 1 forks source link

Switch to using setuptools.find_packages #12

Closed pbugnion closed 5 years ago

pbugnion commented 6 years ago

At the moment, we manually specify all the packages in setup.py. This is pretty error prone. If we switch to setuptools, we can just use find_packages. For reference: http://setuptools.readthedocs.io/en/latest/setuptools.html#basic-use.