linkedin / pygradle

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

Can anyone explain this early problem? #317

Open Mrodent opened 4 years ago

Mrodent commented 4 years ago

Hi, Love the idea. Needs a bit more documentation perhaps? I got as far as $ ./gradlew build and then this failed after a bit:

Task :installProject FAILED Install PyLookup2019-09 ............................................. [STARTING] Obtaining file:///home/mike/software%20projects/eclipse-workspace/PyLookup2019-09 No files/directories in /home/mike/software projects/eclipse-workspace/PyLookup2019-09 (from PKG-INFO)

"No files/directories"... what can that mean? There was a very basic starter file (__init__.py). Also can you explain what you mean by a "standard python project"? Does setup.cfg have to contain something specific perhaps? Also, what might it mean by "(from PKG-INFO)"? Thanks

blundell commented 4 years ago

try moving __init__.py to src/__init__.py