Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup.py #34

Merged
merged 2 commits into from
Feb 19, 2016
Merged

Update setup.py #34

merged 2 commits into from
Feb 19, 2016

Conversation

KonstantinSchubert
Copy link
Collaborator

Regarding issue #33

Added sub-package to the packages list. This appears to be necessary for pip.
I didn't add mle.tests, since a user won't need them.

Added sub-package to the packages list. This appears to be necessary for pip.
I didn't add mle.tests, since a user won't need them.
@KonstantinSchubert
Copy link
Collaborator Author

The ci built failed, but it doesn't seem to be at the fault of my modification. Can somebody enlighten me?

@maxnoe
Copy link
Collaborator

maxnoe commented Jan 4, 2016

Yes, it is because of your modification. The code is not pep8 compliant anymore:

./setup.py:10:22: E231 missing whitespace after ','

Add one space after packages=['mle',

PEP8 compliance fix
@KonstantinSchubert
Copy link
Collaborator Author

My bad. I hope it is fine now?

ibab added a commit that referenced this pull request Feb 19, 2016
@ibab ibab merged commit cc03adc into ibab:master Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants