Skip to content

Commit

Permalink
Update license and fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakski committed Nov 23, 2024
1 parent f5ea5ff commit 2b6b5ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2022 Jakub Pieńkowski
Copyright (c) 2021-2024 Jakub Pieńkowski

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 66.1.0"]
requires = ["setuptools >= 66.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -31,4 +31,4 @@ test = [
]

[tool.setuptools]
packages = ["sphinxcontrib"]
packages = ["sphinxcontrib.autoyaml"]

0 comments on commit 2b6b5ac

Please sign in to comment.