Files
tcx-pandas/pyproject.toml
Jan Lerking 2a99b0c08a 0.0.8 /JL
2024-02-22 09:02:14 +01:00

19 lines
554 B
TOML

[project]
name = "tcxpandas"
version = "0.0.8"
authors = [
{ name="Jan Lerking" },
]
description = "A small Python module for converting tcx component classes to Pandas dataframes."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/Lerking/tcx-pandas"
Issues = "https://github.com/Lerking/tcx-pandas/issues"
Wiki = "https://github.com/Lerking/tcx-pandas/wiki"