Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple issues with packaging #73

Open
sobolevn opened this issue Feb 15, 2018 · 3 comments
Open

Multiple issues with packaging #73

sobolevn opened this issue Feb 15, 2018 · 3 comments
Assignees
Labels
Milestone

Comments

@sobolevn
Copy link

Your setup.py violates many standards.
Such as:

  • now it is advised to store repo metadata in setup.cfg
  • wrong classifiers
  • wrong requirements file handling
  • wrong requirements separation (install_requires vs tests_require)

I can fix that. Feel free to assign me on this issue if you need this to be fixed.
There is also an automated checker for setup.py that checks this things.

@Melevir
Copy link
Contributor

Melevir commented Feb 15, 2018

That would be great, thanks.

@Melevir Melevir added the bug label Feb 15, 2018
@Melevir Melevir added this to the 0.0.2 milestone Feb 15, 2018
@vergeev
Copy link
Contributor

vergeev commented Apr 3, 2018

Hi @sobolevn! Are you still planning on doing this or we can reassign the issue?

@sobolevn
Copy link
Author

sobolevn commented Apr 3, 2018

@patrnk feel free to reassign.

@Melevir Melevir assigned vergeev and unassigned sobolevn Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants