fix(pyproject-toml): fix setup tools and prepare repository for first release - #98
Open
dusanparipovic wants to merge 2 commits into
Open
fix(pyproject-toml): fix setup tools and prepare repository for first release#98dusanparipovic wants to merge 2 commits into
dusanparipovic wants to merge 2 commits into
Conversation
- Changed project name to "gems-views-builder" and updated version to "0.1.0". - Added "wheel" to build-system requirements. - Expanded authors list with new contributors. - Updated classifiers to include intended audience and topic. - Added homepage URL to project metadata. - Adjusted package inclusion pattern in setuptools configuration. - Updated dev dependencies to include "build" and its version specification. - Updated uv.lock to reflect changes in project name and version.
tbittar
previously approved these changes
Jul 29, 2026
| requires-python = ">=3.10" | ||
| classifiers = [ | ||
| #Classifiers here: https://pypi.org/classifiers/ | ||
| "Development Status :: 5 - Production/Stable", |
Collaborator
Author
There was a problem hiding this comment.
Currently we don't support all planned features so that's why.
But when I think once again we could keep it because we won't do release it could stay here until we make release
- Added "Development Status :: 5 - Production/Stable" classifier to project metadata for better categorization on PyPI. - Included a comment with a link to the PyPI classifiers for reference.
tbittar
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.