-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ref: revise setup.py, remove stray license headers #16174
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
Conversation
BYK
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done!
| import sys | ||
|
|
||
| if sys.version_info[:2] != (2, 7): | ||
| sys.exit("Error: Sentry requires Python 2.7.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😿
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😿
| BuildJsSdkRegistryCommand, | ||
| ) | ||
|
|
||
| # The version of sentry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| IS_LIGHT_BUILD = os.environ.get("SENTRY_LIGHT_BUILD") == "1" | ||
|
|
||
| # we use pip requirements files to improve Docker layer caching |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this may stay? At least until we move to poetry? ![]()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The future is mysterious and hopefully bright!
| These are additional urls used by the Sentry-provided web server | ||
| :copyright: (c) 2012 by the Sentry Team, see AUTHORS for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me quote the PR title:
ref: revise setup.py
This file says src/sentry/conf/urls.py - I sense contradictions in you but the force is strong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scope creep gets the best of us, haha

Just a few small things, see commit messages.
Also removed some stray license headers missed by #14095.