-
Notifications
You must be signed in to change notification settings - Fork 99
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 setup.cfg format issue. Remove empty requirements.txt. #193
Conversation
Hi @liushilongbuaa, this is the ONF bot 🤖 I'm glad you want to contribute to our projects! However, before accepting your contribution, we need to ask you to sign a Contributor License Agreement (CLA). You can do it online, it will take only a few minutes: ✒️ 👉 https://cla.opennetworking.org After signing, make sure to add your Github user ID For more information or help:" |
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 current setup.cfg is correct. However it requires an up-to-date build chain, as support was added about a year go to setuptools: pypa/setuptools#3253
Given that requirements.txt is currently empty, I see no harm in removing it and removing the install_requires
directive in setup.cfg.
However, please also update the README.md file to remove references to requirements.txt.
I met errors after PR184 merged.
|
It seems something wrong with this kind of format. |
@liushilongbuaa I think you are missing my point. The file is correct but requires a more recent version of the setuptools package than what you have. Regardless, I already said I was ok with the change. As I mentioned above, I am just waiting for you to update the README to remove any mention of |
@liushilongbuaa In addition to updating the README.md file, please also sign the ONF CLA |
/onf/cla |
No description provided.