linkedin / pygradle

Using Gradle to build Python projects
https://github.com/linkedin/pygradle
Apache License 2.0
586 stars 147 forks source link

Why pygradle uses setuptools-git? #344

Open fjahoda opened 4 years ago

fjahoda commented 4 years ago

This project by default includes all files tracked by git into source code package when running python setup.py sdist. This is bit opinionated and can be only mitigated by specifying MANIFEST.in file.

https://pypi.org/project/setuptools-git/