keleshev / schema

Schema validation just got Pythonic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New release expectation?

tyctor opened this issue · comments

Hi do you plan new release? Or how to install your package from github repo?
when i put schema@git+https://github.com/keleshev/schema.git to my pyproject.toml
or i do

pip install schema@git+https://github.com/keleshev/schema.git

it is not being installed correctly (only schema-0.7.5.-dist-info folder, but no schema.py file)

same problem with install from direct reference

I think this is due to the presence of pyproject.toml file with no metadata about the package installation