We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current project summary is a very short paragraph: https://pypi.org/project/apache-beam/. We could add more content and useful pointers to that page, perhaps similar to https://pypi.org/project/scipy/.
Priority: 3 (nice-to-have improvement)
The text was updated successfully, but these errors were encountered:
@tvalentyn / @damccorm should this be referring readme.md file instead.
from setuptools import setup # read the contents of your README file from pathlib import Path this_directory = Path(__file__).parent long_description = (this_directory / "README.md").read_text() setup( name='an_example_package', # other arguments omitted long_description=long_description, long_description_content_type='text/markdown' )
Scipy uses something similar. In that case there will be only one source of truth and get update automatically as soon as the readme file is updated.
What do you guys think?
Sorry, something went wrong.
Good idea.
No branches or pull requests
What needs to happen?
Current project summary is a very short paragraph: https://pypi.org/project/apache-beam/. We could add more content and useful pointers to that page, perhaps similar to https://pypi.org/project/scipy/.
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
The text was updated successfully, but these errors were encountered: