diff --git a/pyproject.toml b/pyproject.toml index ae84208..49c617f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,41 @@ build-backend = "setuptools.build_meta" [project] name = "table2ascii" authors = [{name = "Jonah Lawrence", email = "jonah@freshidea.com"}] -dynamic = ["version", "description"] +dynamic = ["version", "description", "readme", "dependencies", "optional-dependencies"] +requires-python = ">=3.7" +license = {file = "LICENSE"} +keywords = ["table", "ascii", "unicode", "formatter"] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Environment :: Web Environment", + "Intended Audience :: Developers", + "Intended Audience :: Education", + "Intended Audience :: End Users/Desktop", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Topic :: Multimedia :: Graphics :: Presentation", + "Topic :: Utilities", + "Topic :: Text Processing :: General", + "Topic :: Printing", + "Topic :: Software Development :: Libraries :: Python Modules", + "Typing :: Typed", +] + + +[project.urls] +documentation = "https://table2ascii.rtfd.io" +issue-tracker = "https://github.com/DenverCoder1/table2ascii/issues" +repository = "https://github.com/DenverCoder1/table2ascii" [tool.black] diff --git a/setup.py b/setup.py index b3e69bc..0b3faa6 100644 --- a/setup.py +++ b/setup.py @@ -60,39 +60,7 @@ def requirements(): long_description=long_description(), long_description_content_type="text/markdown", url="https://github.com/DenverCoder1/table2ascii", - project_urls={ - "Documentation": "https://table2ascii.rtfd.io", - "Issue tracker": "https://github.com/DenverCoder1/table2ascii/issues", - }, - license="MIT", packages=["table2ascii"], - classifiers=[ - "Development Status :: 5 - Production/Stable", - "Environment :: Console", - "Environment :: Web Environment", - "Intended Audience :: Developers", - "Intended Audience :: Education", - "Intended Audience :: End Users/Desktop", - "Intended Audience :: Science/Research", - "License :: OSI Approved :: MIT License", - "Operating System :: OS Independent", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Topic :: Multimedia :: Graphics :: Presentation", - "Topic :: Utilities", - "Topic :: Text Processing :: General", - "Topic :: Printing", - "Topic :: Software Development :: Libraries :: Python Modules", - "Typing :: Typed", - ], - keywords="table ascii unicode formatter", - python_requires=">=3.6", install_requires=requirements(), extras_require=extras_require, setup_requires=[], pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy