severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
258 stars 90 forks source link

Bugfix/graypy polluting site packages #138

Open nklapste opened 2 years ago

nklapste commented 2 years ago

Resolves https://github.com/severb/graypy/issues/131

Fixes issue where installing graypy would also copy the project's tests directory to the Python environment's site-packages.

finswimmer commented 1 year ago

Hey,

unfortunately there was no process in this project for a long time. The issue this PR is trying to resolve is very annoying. The fix is quite easy. So it would be very helpful, if there would be at least a release that contains that fix. :pray:

fin swimmer

skewty commented 4 months ago

LGTM. Do we need to fork this project because it is dead?

severb commented 2 months ago

@nklapste do you remember if there's anything else needed to land this draft PR?