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

pyproject.toml + isort #60

Merged
merged 1 commit into from
Jan 15, 2024
Merged

pyproject.toml + isort #60

merged 1 commit into from
Jan 15, 2024

Conversation

JaskRendix
Copy link
Contributor

@JaskRendix JaskRendix commented Jan 14, 2024

PR:

  • gets rid of setup() and implements pyproject.toml;
  • updates workflows actions checkout and setup-python (last version);
  • isort everything;

regarding toml I'm unsure about:

[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
where = ["."]
include = ["pyscroll*"]

because I adapted to this line in setup() package_data={"pyscroll": ["license.txt", "readme.md"]}, but we could do )I think) simply:

[tool.setuptools]
packages = ["pyscroll"]

@JaskRendix JaskRendix mentioned this pull request Jan 14, 2024
@bitcraft
Copy link
Owner

thanks for cleaning it up. looks great

@bitcraft bitcraft merged commit dae50ec into bitcraft:master Jan 15, 2024
3 checks passed
@JaskRendix JaskRendix deleted the toml branch January 16, 2024 12:25
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