Revert "Reapply "Added the new PKGBUILD for starfields-logparser.""

This reverts commit 6289de3c8e.
This commit is contained in:
2023-12-15 09:54:48 +02:00
parent 6289de3c8e
commit f09dc23897
4 changed files with 95 additions and 5 deletions

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "starfields-logparser"
version = "0.1.0"
authors = [
{ name="Anastasios Svolis", email="support@starfields.gr" },
]
description = "A basic python library for parsing arbitrary log files"
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://git.vickys-corner.xyz/StarFields/starfields-logparser"
[tool.setuptools.packages.find]
where = ["starfields_logparser"]