11[project ]
2-
32name = " pygithubactions"
4- version = " 0.1.3"
53description = " Github actions core library implemented in python"
64readme = " README.md"
75requires-python = " >=3.8"
@@ -16,13 +14,15 @@ classifiers = [
1614 " Intended Audience :: Developers" ,
1715 " Topic :: Software Development :: Build Tools" ,
1816 " License :: OSI Approved :: MIT License" ,
17+ " Programming Language :: Python :: 3.8" ,
1918 " Programming Language :: Python :: 3.9" ,
2019 " Programming Language :: Python :: 3.10" ,
2120 " Programming Language :: Python :: 3.11" ,
2221 " Programming Language :: Python :: 3 :: Only" ,
2322]
2423
2524dependencies = []
25+ dynamic = [" version" ]
2626
2727[project .urls ] # Optional
2828"Homepage" = " https://github.com/lestex/pygithubactions.git"
@@ -31,8 +31,8 @@ dependencies = []
3131[build-system ]
3232# These are the assumed default build requirements from pip:
3333# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
34- requires = [" setuptools>=43.0.0 " , " wheel " ]
35- build-backend = " setuptools.build_meta "
34+ requires = [" hatchling " ]
35+ build-backend = " hatchling.build "
3636
3737[tool .setuptools ]
3838packages = [
@@ -59,8 +59,13 @@ select = [
5959]
6060
6161[tool .ruff .per-file-ignores ]
62- "__init__.py" = [" F401" ]
62+ "__init__.py" = [" F401" , " F811 " ]
6363"tests/*.py" = [" E501" ]
6464
6565[tool .ruff .mccabe ]
6666max-complexity = 3
67+
68+ [tool .hatch ]
69+
70+ [tool .hatch .version ]
71+ path = " pygithubactions/__init__.py"
0 commit comments