Skip to content

Commit

Permalink
Setup workflow with test.pypi.
Browse files Browse the repository at this point in the history
This commit is being amended as litle tweaks and changes take place.
It is not worth making separate commits for these different changes.
  • Loading branch information
jurra committed Sep 21, 2023
1 parent b6990b5 commit 037c6ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ target-version = "py37"

[project]
name = "pymurtree"
version = "0.0.1"
version = "0.0.2"
description = "Python bindings for MurTree C++ library"
readme = "README.md"
long_description = {file = "README.md"}
long_description_content_type = "text/markdown"
keywords = ["MurTree", "Optimal decision tree", "Python bindings"]

authors = [
Expand All @@ -45,7 +43,7 @@ authors = [
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: Linux"
"Operating System :: POSIX :: Linux",
]

dependencies = [
Expand Down

0 comments on commit 037c6ea

Please sign in to comment.