BstLabs / py-dynacli

DynaCLI is a cloud-friendly Python library for converting pure Python functions into Linux Shell commands.
https://bstlabs.github.io/py-dynacli/
MIT License
98 stars 5 forks source link

[BUG] Missing Author and License in pypistats #90

Open ShahriyarR opened 2 years ago

ShahriyarR commented 2 years ago

Describe the bug Those information missing here: https://pypistats.org/packages/dynacli

ShahriyarR commented 2 years ago

Could not find a clear reason, there the home page is also wrong. Maybe it is due to the latest flit version and changes to new style metadata with pyproject.toml https://flit.readthedocs.io/en/latest/pyproject_toml.html#new-style-metadata

In contrast with poetry style it works, an example library is sqlmodel: https://github.com/tiangolo/sqlmodel/blob/main/pyproject.toml