Files
tcx-pandas/pyproject.toml
2024-02-21 10:54:20 +01:00

19 lines
547 B
TOML

[project]
name = "tcxpandas"
version = "0.0.3"
authors = [
{ name="Jan Lerking" },
]
description = "A small 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"