-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
Versions: Ubuntu 20.04, python 3.9, pypandoc 1.7.5
Using pip install pypandoc creates the following files in my site-packages directory:
site-packages/LICENSE
site-packages/README.md
site-packages/examples/services.py
site-packages/filter_test.md
site-packages/pypandoc/files/COPYRIGHT.txt
site-packages/pypandoc/files/pandoc.exe
site-packages/pypandoc-1.7.5.dist-info/*
site-packages/pypandoc/*
site-packages/tests.py
In other words, quite a few files are outside the package directories (pypandoc/* and pypandoc-*.dist-info).
This creates a few problems:
- The
examples/directory looks like an installed package. - The
tests.pyfile insite-packagesbroke mypytesttests (due to some sort of name collision). This took a while to debug, since I don't expect installing packages to interfere with tests. - The
LICENCEandREADMEare confusing (which package do they belong to?) and are already present in thepypandoc-1.7.5.dist-infodirectory.
First, it seems preferable to keep all package files in the pypandoc/* and pypandoc-*.dist-info directories (unless absolutely necessary).
Second, the file pypandoc/files/pandoc.exe is useless to me (on linux), and is very(!) large (112MB). Maybe it could be made optional?
Thanks for reading! Please let me know what you think.
JackieFei
Metadata
Metadata
Assignees
Labels
No labels