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

[DRAFT] Remove setup.{cfg,py} and add pyproject.toml #764

Merged
merged 5 commits into from
Aug 25, 2023

Conversation

Debilski
Copy link
Member

@Debilski Debilski commented Aug 1, 2023

I chose flit as a build-system over setuptools because it automatically includes pelita.__version__ as the version number of the package. Flit also apparently includes all files in the repo in the sdist automatically, so there is less configuration needed.

If anyone opines for a more featureful build system, I am happy to have a discussion.

@codecov-commenter
Copy link

codecov-commenter commented Aug 24, 2023

Codecov Report

Merging #764 (4332f46) into main (0be26ae) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #764   +/-   ##
=======================================
  Coverage   85.70%   85.70%           
=======================================
  Files          21       21           
  Lines        2351     2351           
=======================================
  Hits         2015     2015           
  Misses        336      336           

@Debilski Debilski marked this pull request as ready for review August 25, 2023 07:43
@Debilski
Copy link
Member Author

Merging. Tested on several OS and it seemingly installs correctly.

@Debilski Debilski merged commit 0176b15 into ASPP:main Aug 25, 2023
13 of 15 checks passed
@Debilski Debilski deleted the build/pyproject branch August 25, 2023 07:45
github-actions bot pushed a commit that referenced this pull request Aug 25, 2023
Removes the setup.py script in favour of a flit-based pyproject.toml 0176b15
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