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 method for retrieving the version of alluxio-py #7

Merged
merged 1 commit into from
May 1, 2020
Merged

Update setup.py method for retrieving the version of alluxio-py #7

merged 1 commit into from
May 1, 2020

Conversation

pedersen
Copy link
Collaborator

The current method of specifying the version requires that the user
already have the requests module installed. This prevents adding
this module to any requirements.txt file.

Since other parts of the system actually use alluxio.__version__,
I have replaced how setup.py gets the current version. Using this
mechanism does this with minimal change to the rest of the tools.

I have also updated the project homepage to point to the correct
Github URL.

The current method of specifying the version requires that the user
already have the `requests` module installed. This prevents adding
this module to any `requirements.txt` file.

Since other parts of the system actually use `alluxio.__version__`,
I have replaced how `setup.py` gets the current version. Using this
mechanism does this with minimal change to the rest of the tools.

I have also updated the project homepage to point to the correct
Github URL.
@pedersen pedersen mentioned this pull request Apr 29, 2020
@apc999
Copy link

apc999 commented May 1, 2020

Thanks for the fix @pedersen

@apc999 apc999 merged commit d56b29f into Alluxio:master May 1, 2020
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.

None yet

2 participants