Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires=["flit_core >=3.2,<4"]
requires=["flit_core >=3.12,<4"]
build-backend="flit_core.buildapi"

[project]
Expand All @@ -17,9 +17,10 @@ keywords=[
"tabular-learning",
"data-frame",
]
license = "MIT"
license-files = ["LICENSE"]
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
Loading