Skip to content

Commit

Permalink
cleanup and bump [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
thautwarm committed Sep 7, 2022
1 parent cdc53e2 commit 833b3aa
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# TyJuliaCall

[![CI](https://github.com/Suzhou-Tongyuan/tyjuliacall/actions/workflows/ci.yml/badge.svg)](https://github.com/Suzhou-Tongyuan/tyjuliacall/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/Suzhou-Tongyuan/tyjuliacall/branch/master/graph/badge.svg?token=NMRDY32QIC)](https://codecov.io/gh/Suzhou-Tongyuan/tyjuliacall)
[![versions](https://img.shields.io/pypi/pyversions/tyjuliacall.svg)](https://pypi.org/project/tyjuliacall/#history)
[![pypi](https://img.shields.io/pypi/v/tyjuliacall.svg)](https://pypi.org/project/tyjuliacall/)
[![License](https://img.shields.io/badge/License-BSD_2--Clause-green.svg)](https://github.com/Suzhou-Tongyuan/tyjuliacall/blob/main/LICENSE)


Calling Julia from Python for the real world.

Features:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[tool.poetry]
name = "tyjuliacall"
version = "0.2.0"
version = "0.3.0"
description = "A Python package for Tongyuan-hacked PyCall as an engineerization for Python-Julia interops."
authors = ["Suzhou-Tongyuan <[email protected]>"]
packages = [
{ include = "tyjuliacall" },
{ include = "tyjuliasetup" }
]
exclude = [".tongyuan"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 833b3aa

Please sign in to comment.