Gravity-Spy / GravitySpy

This repo contains code for the GravitySpy Citizen Science project.
GNU General Public License v3.0
14 stars 18 forks source link

Exclude data files from scripts glob in setup.py #12

Open duncanmmacleod opened 6 years ago

duncanmmacleod commented 6 years ago

This PR attempts to fix the build issues in setup.py by manually excluding files in bin/ based on the file extension.

pep8speaks commented 6 years ago

Hello @duncanmmacleod! Thanks for submitting the PR.

Line 29:1: E402 module level import not at top of file Line 30:1: E402 module level import not at top of file Line 32:1: E402 module level import not at top of file Line 45:1: E402 module level import not at top of file Line 153:1: E124 closing bracket does not match visual indentation

scottcoughlin2014 commented 6 years ago

@duncanmmacleod thanks for the PR I am going to shape up the repo this week in order to have a v0.1 tag that I can actually stand behind!