appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
554 stars 76 forks source link

Fixed generated egg name not respecting package name parameter #142

Closed wendyisgr33n closed 4 years ago

wendyisgr33n commented 5 years ago

Fixed egg name not respecting a package name specified with the --package parameter and always defaulting to pyrobuf_generated.

Before this fix, a generated egg with: pyrobuf --install --package=mytest mytest.proto would yield an egg named "pyrobuf_generated.egg" instead of "mytest.egg"