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

Pass long_description to setup() #353

Merged
merged 2 commits into from
Feb 9, 2021
Merged

Conversation

flying-sheep
Copy link
Contributor

@flying-sheep flying-sheep commented Jan 30, 2021

Also gets rid of ugly os.path usage.

After my changes, we always use here as a reference point instead of using relative paths. Before, the code used

  • './README.rst' (in an uncalled function)
  • os.path.join(os.cwd(), p) (which is the same as just using p directly)
  • os.path.join(here, p) (which is relative to the directory setup.py is in)

Untested, please check before merging

@lgtm-com
Copy link

lgtm-com bot commented Jan 30, 2021

This pull request introduces 1 alert when merging 25a1648 into 5bcae4a - view on LGTM.com

new alerts:

  • 1 for Unused import

@auvipy
Copy link
Member

auvipy commented Feb 1, 2021

I will check it locally first before merge

@auvipy auvipy self-assigned this Feb 1, 2021
Copy link
Member

@matusvalo matusvalo left a comment

Choose a reason for hiding this comment

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

LGTM

@flying-sheep
Copy link
Contributor Author

soemone also needs to press the merge button 😉

@matusvalo matusvalo merged commit 137245b into celery:master Feb 9, 2021
@matusvalo
Copy link
Member

Thank you @flying-sheep for your PR.

@flying-sheep flying-sheep deleted the patch-1 branch February 9, 2021 21:27
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