channels icon indicating copy to clipboard operation
channels copied to clipboard

Change packaging to use setuptools declarative config in setup.cfg

Open michael-k opened this issue 6 years ago • 1 comments

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

michael-k avatar Dec 23 '19 18:12 michael-k

rebased :)

Also added another commit that removes the universal flag from wheels.

michael-k avatar Jul 18 '20 09:07 michael-k