channels
channels copied to clipboard
Change packaging to use setuptools declarative config in setup.cfg
For the same change in Django, see PR django/django#12013 and issue 30948.
I tried to convert setup.py 1:1 to setup.cfg with the following exceptions:
- Add
long_description - Add classifier
Programming Language :: Python :: 3 :: Only
rebased :)
Also added another commit that removes the universal flag from wheels.