Python Packaging User Guide (continued from previous page) ], ) author_email="[email protected]", description="A small example package", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/pypa/sampleproject", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",
This is a simple example package. You can use Github-flavored Markdown to write your content.