plotly / dash-player

Dash Component wrapping React-Player
MIT License
77 stars 12 forks source link

Use README as package description #53

Closed alexshoe closed 1 year ago

alexshoe commented 1 year ago
alexcjohnson commented 1 year ago

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",
    ],