|
| 1 | +[project] |
| 2 | +name = "readme_renderer" |
| 3 | +version = "41.0" |
| 4 | +description = "readme_renderer is a library for rendering readme descriptions for Warehouse" |
| 5 | +authors = [ |
| 6 | + { name = "The Python Packaging Authority", email = "[email protected]"} |
| 7 | +] |
| 8 | +readme = "README.rst" |
| 9 | +license = {text = "Apache License, Version 2.0"} |
| 10 | +dependencies = ["bleach>=2.1.0", "docutils>=0.13.1", "Pygments>=2.5.1"] |
| 11 | +classifiers = [ |
| 12 | + "Intended Audience :: Developers", |
| 13 | + "License :: OSI Approved :: Apache Software License", |
| 14 | + "Natural Language :: English", |
| 15 | + "Operating System :: MacOS :: MacOS X", |
| 16 | + "Operating System :: POSIX", |
| 17 | + "Operating System :: POSIX :: BSD", |
| 18 | + "Operating System :: POSIX :: Linux", |
| 19 | + "Operating System :: Microsoft :: Windows", |
| 20 | + "Programming Language :: Python", |
| 21 | + "Programming Language :: Python :: 3", |
| 22 | + "Programming Language :: Python :: 3 :: Only", |
| 23 | + "Programming Language :: Python :: 3.8", |
| 24 | + "Programming Language :: Python :: 3.9", |
| 25 | + "Programming Language :: Python :: 3.10", |
| 26 | + "Programming Language :: Python :: 3.11", |
| 27 | + "Programming Language :: Python :: Implementation :: CPython", |
| 28 | + "Programming Language :: Python :: Implementation :: PyPy", |
| 29 | + "Typing :: Typed" |
| 30 | +] |
| 31 | +requires-python = ">=3.8" |
| 32 | + |
| 33 | +[project.optional-dependencies] |
| 34 | +md = ["cmarkgfm>=0.8.0"] |
| 35 | + |
| 36 | +[tool.setuptools] |
| 37 | +include-package-data = true |
| 38 | + |
| 39 | +[tool.setuptools.packages.find] |
| 40 | +exclude = ["tests", "tests.*"] |
| 41 | + |
| 42 | +[project.urls] |
| 43 | +Home-page = "https://github.com/pypa/readme_renderer" |
| 44 | + |
1 | 45 | [build-system]
|
2 | 46 | requires = ["setuptools>=40.8.0"]
|
3 | 47 | build-backend = "setuptools.build_meta"
|
|
0 commit comments