Skip to content

Commit

Permalink
Merge pull request #105 from fpgmaas/chore/pyproject
Browse files Browse the repository at this point in the history
Improve pyproject.toml
  • Loading branch information
SemyonSinchenko authored Jul 16, 2024
2 parents fa92a33 + 324fdd2 commit 6f7acfa
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,34 @@
name = "chispa"
version = "0.10.0"
description = "Pyspark test helper library"
authors = ["MrPowers <[email protected]>"]
authors = ["Matthew Powers <[email protected]>"]
maintainers = [
"Semyon Sinchenko <[email protected]>",
"Florian Maas <[email protected]>"
]
repository = "https://github.com/MrPowers/chispa"
documentation = "https://mrpowers.github.io/chispa"
readme = "README.md"
license = "MIT"
keywords = ['apachespark', 'spark', 'pyspark', 'pytest']
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Framework :: Pytest",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"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 :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
"Topic :: Software Development :: Testing",
]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
Expand Down

0 comments on commit 6f7acfa

Please sign in to comment.