timbrist / math_json_parser

parse MathJson in python, polars expression, numpy expression
2 stars 0 forks source link

Some issues in pyproject.toml #3

Open light-weaver opened 1 year ago

light-weaver commented 1 year ago

https://github.com/timbrist/math_json_parser/blob/4f4095528f0f469fb55736baef506cc569085e69/pyproject.toml#L4

https://github.com/timbrist/math_json_parser/blob/4f4095528f0f469fb55736baef506cc569085e69/pyproject.toml#L5 That should be your name

https://github.com/timbrist/math_json_parser/blob/4f4095528f0f469fb55736baef506cc569085e69/pyproject.toml#L8

That line may not be needed.

light-weaver commented 1 year ago

Also, did you write the toml file yourself? Poetry should write it for you. The file is missing dependencies, so it is useless for others.