-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: Fix lint errors, fix incorrect license in metadata #2
Conversation
setup.py
Outdated
name='repolib', | ||
version=get_version(), | ||
author='Ian Santopietro', | ||
author_email='isantop@gmail.com', |
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.
Should these reflect the Pop OS org/repos?
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 items in setup.py are only relevant for PyPI releases, but I updated them anyway
setup.py
Outdated
download_url='https://github.com/isantop/repolib/releases', | ||
long_description=long_description, | ||
tests_require=['pytest'], | ||
license='BSD-2', |
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 noticed this PR mentions fixing the license but the LGPLv3
change is actually in the other PR.
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.
Updated here
No description provided.