[18:10:30] <pyusr> packaging question, does my sdist .tarball need to have the "<projectname>.egg-info" dir inside it or not ?
[18:10:41] <pyusr> btw, toad_polo, the compilation is slow when you enable the LINE TRACING in cython
[18:15:40] <tos9> pyusr: it should not have that in it, no
[18:16:05] <tos9> but let pep517-build handle building it (or python setup.py sdist if you must)
[18:17:53] <pyusr> tos9: I'm adding cython source files to it, how can I make sure it won't have it ? https://github.com/tzickel/chunkedbuffer/blob/blah/MANIFEST.in
[18:18:00] <pyusr> the .egg-info line there doesn't help
[18:53:57] <pyusr> guess I can try hardcoding my package name there ?