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

MNT: Configure project for isolated builds #59

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

effigies
Copy link
Contributor

Right now, installing a tool that depends on transforms3d results in:

  DEPRECATION: transforms3d is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for transforms3d: started
  Running setup.py install for transforms3d: finished with status 'done'

This PR moves to a pyproject.toml configuration, replacing setup.cfg, versioneer.py, MANIFEST.in and most of setup.py.

@matthew-brett
Copy link
Owner

Thanks Chris.

@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Merging #59 (8b6ffe0) into main (76213cc) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #59   +/-   ##
=======================================
  Coverage   97.00%   97.00%           
=======================================
  Files          27       27           
  Lines        1471     1471           
  Branches      140      140           
=======================================
  Hits         1427     1427           
  Misses         31       31           
  Partials       13       13           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@matthew-brett matthew-brett merged commit e50552d into matthew-brett:main Sep 17, 2023
7 checks passed
@effigies effigies deleted the mnt/pyproject branch October 13, 2023 12:56
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