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 pyproject.toml Configuration #25

Merged
merged 1 commit into from
May 28, 2024

Conversation

ahnaf-tahmid-chowdhury
Copy link
Member

Description

This PR updates the pyproject.toml file to reflect the latest changes in the project's dependencies and metadata.

Changes

  • The build-system now requires "setuptools_scm[toml]" in addition to "setuptools" and "wheel".
  • The version field is now dynamic, managed by setuptools_scm.
  • The authors field has been updated with new contributors.
  • The classifiers field has been expanded to include more specific information about the project.
  • The requires-python field has been added to specify the minimum Python version required.
  • The dependencies field no longer includes "pymoab".
  • The project.urls field now includes links to the project's bug tracker and source code.
  • The tool.setuptools_scm field has been added for setuptools_scm configuration.

Copy link
Member

@pshriwise pshriwise left a comment

Choose a reason for hiding this comment

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

This looks good to me @ahnaf-tahmid-chowdhury! Thanks for the updates.

@pshriwise pshriwise merged commit b1559f9 into svalinn:main May 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants