pyupio/safety

Confusing "Development status" (pre alpha) on pypi.org?

dr47 opened this issue · 6 comments

dr47 commented
  • safety version: all
  • Python version: all
  • Operating System: all

Description

Pre-Alpha development status is displayed in pypi.org.
It is true?
If not, is it possible to correct the status?
It yes, do you plan to stabilize safety for use in a production environment? (status = stable)

What I Did

I viewed the page: https://pypi.org/project/safety/

it's because of this line

'Development Status :: 2 - Pre-Alpha',

thanks @damiencarol , @dr47 we aren't in Pre-alpha, we will change it.

@yeisonvargasf do you accept PR? I can have few proposal to improve this part (not only some flags)

Also if handling this, maybe in setup.cfg also remove the universal build as only py3 is supported.

universal = 1

Right now the download file is named safety-1.10.3-py2.py3-none-any.whl

sorry late answer, PRs are welcome.

We have already fixed this issue. Thank you all.