CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

0.7.1 sdist is unable to build #129

Open blkmajik opened 2 years ago

blkmajik commented 2 years ago

Bug Description: Unable to build package from sdist on pypi.

The requirements/prod.txt file needs to be added to MANIFEST.in as it's required by setup.py to build the package.

Expected Behavior: You should be able to build package from the sdist file.