Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alexshoe
Copy link
Contributor

  • Reads the contents of README.md as long_description, to be displayed as the PyPI project description
  • Updates the "Getting Started" instructions for the README
  • Moves contribution steps from README to CONTRIBUTING

@alexshoe alexshoe requested a review from alexcjohnson October 20, 2022 20:05
@alexcjohnson
Copy link
Collaborator

While we're at it, let's add a few more things to setup.py (inside setup()), perhaps:

    python_requires=">=3.6",
    url="https://github.com/plotly/dash-player",
    install_requires=["dash>=1.6.1"],
    classifiers=[
        "Programming Language :: Python :: 3",
        "Framework :: Dash",
        "License :: OSI Approved :: MIT License",
        "Operating System :: OS Independent",
    ],

Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

@alexshoe alexshoe merged commit 2f3b074 into main Oct 20, 2022
@alexshoe alexshoe deleted the use-readme-description branch October 20, 2022 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants