bennylope / django-organizations

:couple: Multi-user accounts for Django projects
http://django-organizations.readthedocs.org/
BSD 2-Clause "Simplified" License
1.29k stars 212 forks source link

Re-do the twine upload because the classifiers are not showing on pypi #253

Closed simkimsia closed 1 year ago

simkimsia commented 1 year ago

when the version was 2.0.0, the classifiers did not show up

In the alpha version before 2.0.0 CleanShot 2023-09-05 at 16 34 29@2x

In the 2.0.0 CleanShot 2023-09-05 at 16 35 14@2x

Probably need to recreate the package and upload it since the setup.cfg looks correct.

# Create the package
python setup.py sdist bdist_wheel

# Upload it to PyPI
twine upload dist/*
bennylope commented 1 year ago

Closed by #254!