PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 7th of February, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:06:41] <ionelmc> ceridwen: they need to be inside a package
[08:31:25] <ionelmc> ceridwen: eg: a dir with __init__.py file - those are the rules for incl_package_data and package_data
[08:31:44] <ionelmc> ceridwen: data_files should be avoided, it's very inconsistent
[08:34:43] <ionelmc> ceridwen: there are ways to stick arbitrary files in site-packages, eg https://github.com/ionelmc/python-hunter/blob/master/setup.py#L47-L87
[08:34:51] <ionelmc> but i don't believe you really need that
[08:36:46] <ionelmc> about data_files, this is what i know http://blog.ionelmc.ro/presentations/packaging/#presenter:16
[20:42:54] <jonathanj> hi, i'm trying to do `twine register dist/something.whl` but it fails with: HTTPError: 401 Client Error: Incomplete registration; check your email for url: https://pypi.python.org/pypi
[20:43:11] <jonathanj> i'm not actually sure what this message is suggesting i do