AUTHORS.rst
is very out of date - do we keep it as is, update it or remove it? What shall we do with CHANGELOG.rst
, I guess we'll start the versioning on this from 0 again, is it worth removing the change?
AUTHORS.rst
. imho, it doesn't have any advantages over git shortlog --summary --numbered --email
and is always outdated :)
Couple quick things -- remove Akamai from the copyright. I don't work there anymore (well, won't, as of Jan 17th), and I never made a code commit that's copyrightable.
Kill py2
I'm not quite understanding how the 2 packages things will work since we can only publish 1
I'm a fan of slack because I'm on it all the time. Gitter is fine, but since i don't live on it, i don't check as often as I should. I...hate zulip.
exclude=['tests', 'tests.*']
... there are a lot of projects on pypi that delivers tests
package alone with their projects
setup.py
bit isn't so much the problem - it's how to manage the code between both packages. If there's no absolute imports within the package itself i.e. from flask_restplus.models import ...
then in theory pointing both packages to the same flast_restx
directory should work (not that I've verified this).