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 #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update setup.py #15

wants to merge 2 commits into from

Conversation

AssiamahS
Copy link

The code looks mostly good, but there are a few minor spelling errors and improvements that can be made for clarity and consistency:

In the comment block at the beginning, "copyright" is misspelled as "copyrigth."
"parse_requirements" function: The function name and docstring should be consistent with the British English spelling of "requirements."
"is_internal" variable: The variable name is clear, but consider adding a comment explaining its purpose.
"dev_requirement_regex" variable: "Requirement" should be pluralized as "Requirements" for consistency.
In the setup function:
"python_requires" should specify the minimum required Python version as ">=3.6" since the code checks for Python 3.6 compatibility.
"setuptools" version should be specified as "setuptools>=18.0" for consistency with other requirements.

Copy link
Collaborator

@mohammad7t mohammad7t left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution and suggestions, @AssiamahS ! We might relax the python_requires in a future release, but since we haven't tested CoreNet with python<=3.8 yet, we will need to keep the minimum version requirement as is for now.

Could you please revert the change to python_requires in this PR so that we can merge it while we work on python version requirement?

@mohammad7t mohammad7t added enhancement New feature or request awaiting-response labels May 2, 2024
Revert "Update python_requires in setup.py"

This reverts the change made to the python_requires value in setup.py
file. The original version requirement is reinstated to maintain
compatibility with python<=3.8 until further testing is conducted with
CoreNet.

Reference: apple#15
@mohammad7t
Copy link
Collaborator

The diff seems to be empty now. I think ecbece3 looked good except line 92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-response enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants