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

pre-release improvements #29

Merged

Conversation

tiborsimko
Copy link
Member

Several further pre-release improvements.

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>

from .version import __version__ # noqa

__all__ = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

__all__ = (

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, tuple instead of list make sense, though most Python packages seem to be using mutable lists, including in the official documentation. Since we don't care about extending __all__ I'll switch to tuple and repush.

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling d38c128 on tiborsimko:pre-release-improvements into 56a3e6a on inveniosoftware:master.

@jirikuncar jirikuncar merged commit d38c128 into inveniosoftware:master Sep 1, 2014
@jirikuncar jirikuncar self-assigned this Sep 1, 2014
@jirikuncar jirikuncar added this to the v0.0.5 milestone Sep 1, 2014
@tiborsimko tiborsimko deleted the pre-release-improvements branch September 1, 2014 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants