bennylope / django-organizations

:couple: Multi-user accounts for Django projects

Home Page:http://django-organizations.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

simkimsia opened this issue · comments

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/*

Closed by #254!