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

poliastro description on PyPI is wrong #957

Closed
astrojuanlu opened this issue May 8, 2020 · 2 comments
Closed

poliastro description on PyPI is wrong #957

astrojuanlu opened this issue May 8, 2020 · 2 comments
Labels
good first issue Easy tasks for beginners triaging:bug

Comments

@astrojuanlu
Copy link
Member

See https://pypi.org/search/?q=poliastro

Screenshot_2020-05-08 Search results

@astrojuanlu astrojuanlu added the good first issue Easy tasks for beginners label Jul 11, 2020
@astrojuanlu
Copy link
Member Author

Oops, I found it! flit is using __init__.py docstring to complete the description:

"""
=========
poliastro
=========
Utilities and Python wrappers for Orbital Mechanics
"""
__version__ = "0.15.dev0"

Therefore, we should replace all those extra lines with just the one-line sentence at the end.

@astrojuanlu
Copy link
Member Author

Fixed in #994!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Easy tasks for beginners triaging:bug
Projects
None yet
Development

No branches or pull requests

1 participant