Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't install a top-level tests package #43

Merged
merged 2 commits into from
Apr 8, 2020
Merged

Don't install a top-level tests package #43

merged 2 commits into from
Apr 8, 2020

Conversation

mrg29
Copy link
Contributor

@mrg29 mrg29 commented Apr 7, 2020

fixes #42

before:

python setup.py bdist_wheel
cat flowlogs_reader.egg-info/top_level.txt
# flowlogs_reader
# tests

after:

python setup.py bdist_wheel
cat flowlogs_reader.egg-info/top_level.txt
# flowlogs_reader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The package's bdist installs a top-level "tests" package
2 participants