Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Build: Switch to hatchling #100

Merged
merged 11 commits into from
Oct 24, 2024
Merged

Build: Switch to hatchling #100

merged 11 commits into from
Oct 24, 2024

Conversation

iopapamanoglou
Copy link
Contributor

Build: Switch to hatchling

Description

Poetry doesn't support native extensions.

Fixes # (issue)

Checklist

Please read and execute the following:

  • My code follows the coding guidelines of this project
  • My PR title is following the contribution guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I ran Black to format my code

Code of Conduct

By submitting this issue, you agree to follow our Code of Conduct:

readme = ["README.md", "LICENSE"]
license = "MIT"
version = "4.1.2"
authors = [{ name = "ioannis_iteng", email = "[email protected]" }]
Copy link
Contributor

Choose a reason for hiding this comment

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

Update your name and email

classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
repository = "https://github.com/atopile/faebryk"
homepage = "https://github.com/atopile/faebryk"
requires-python = ">=3.12,<3.13"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit; ==3.12

authors = ["ioannis_iteng <[email protected]>"]
readme = ["README.md", "LICENSE"]
license = "MIT"
version = "4.1.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

Switch to hatch-vcs

@iopapamanoglou
Copy link
Contributor Author

@mawildoer made new issue for that #101, will do in seperate PR

@iopapamanoglou iopapamanoglou marked this pull request as ready for review October 24, 2024 21:08
@iopapamanoglou iopapamanoglou merged commit 930f60b into main Oct 24, 2024
2 checks passed
@iopapamanoglou iopapamanoglou deleted the feature/hatch branch October 24, 2024 21:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants