awslogs icon indicating copy to clipboard operation
awslogs copied to clipboard

Don't include tests in package

Open languitar opened this issue 5 years ago • 0 comments

Currently the Python package generated by this project includes the test files under the very generic package name tests. This easily conflicts with other packages and pollutes the Python package namespace.

The Archlinux AUR package has just included a patch for this purpose. Would be nice if this was included here: https://aur.archlinux.org/cgit/aur.git/tree/exclude-tests.patch?h=awslogs&id=1c9beb4658f4a3824343a2249f0798aa0df37e40

languitar avatar Oct 22 '20 08:10 languitar