Kinda followup to this... :)
My project is Python 3-only and my question is basically how I tell distutils/distribute/whoever that this package is Python 3-only?
Kinda followup to this... :)
My project is Python 3-only and my question is basically how I tell distutils/distribute/whoever that this package is Python 3-only?
Not sure if there's some special setting, but this in the beginning of setup.py might help: