Skip to content

Commit

Permalink
chore: consistent tab spacing in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Jul 21, 2024
1 parent ed8a519 commit aa8c5b6
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ readme = "README.rst"
license = { file = "LICENSE.rst" }
keywords = ["pydash", "utility", "functional", "lodash", "underscore"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
]
requires-python = ">=3.8"
dependencies = ["typing-extensions>3.10,!=4.6.0"]
Expand All @@ -38,20 +38,20 @@ Changelog = "https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst"

[project.optional-dependencies]
dev = [
"build",
"coverage",
"ruff",
"furo",
"invoke",
"mypy",
"pytest",
"pytest-mypy-testing",
"pytest-cov",
"sphinx",
"tox",
"twine",
"wheel",
"sphinx-autodoc-typehints",
"build",
"coverage",
"ruff",
"furo",
"invoke",
"mypy",
"pytest",
"pytest-mypy-testing",
"pytest-cov",
"sphinx",
"tox",
"twine",
"wheel",
"sphinx-autodoc-typehints",
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit aa8c5b6

Please sign in to comment.