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

Modify template to be v0.3 compliant. #16

Closed
wants to merge 43 commits into from
Closed

Modify template to be v0.3 compliant. #16

wants to merge 43 commits into from

Conversation

freakboy3742
Copy link
Member

Uses pyproject.toml instead of setup.py.

Also adds some default icons.

freakboy3742 and others added 30 commits December 7, 2019 15:01
…tting

Fix pyproject.toml formatting error
With the previous
```
[build-system]
requires = ["briefcase"]
```
any projects that were previously pip installable now fail.
The absence of an explicit build-system section leads to fallback behaviour identical to that of `requires = ["setuptools", "wheel"]`, and briefcase also runs fine without a build-system section included in pyproject.toml
Include setuptools & wheel by default in pyproject.toml build-system
@freakboy3742
Copy link
Member Author

Closing this as a PR; to preserve long term compatibility, we'll continue to use the v0.3 branch.

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.

3 participants