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

Use array of strings for toml dependencies #195

Merged
merged 1 commit into from
Sep 23, 2022
Merged

Use array of strings for toml dependencies #195

merged 1 commit into from
Sep 23, 2022

Conversation

cnpryer
Copy link
Owner

@cnpryer cnpryer commented Sep 23, 2022

Closes #188

Summary of changes

- Change order of project table attributes.
- `PythonPackage` is initialized with a string (TODO: name and version parsing).
- Remove dev-dependencies from toml.
- Change dependencies to array of strings in toml.
- Update tests

This introduces a quirk where the dependencies in the toml must be defined before the [[project.authors]]. But the authors is already a quirk. So it's a 2-for-1 for now.

@cnpryer cnpryer merged commit dc44e7e into master Sep 23, 2022
@cnpryer cnpryer deleted the toml-deps branch September 23, 2022 04:58
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.

pyproject.toml dependencies must be an array
1 participant