19 lines
554 B
TOML
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" |