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 836c739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Define package metadata
package_name = 'pymurtree'
extension_name = 'lib'
__version__ = "0.0.1"
# __version__ = "0.0.1"

# Clone the Murtree repository and checkout last commit before DCC changes
if not os.path.exists("murtree"):
Expand Down

0 comments on commit 836c739

Please sign in to comment.