Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Garcia Moreno 47cb5d72e4 Release 2.6.1 2024-08-02 08:11:44 +02:00
Daniel Garcia Moreno ed56e2fe35 Release 2.6.0 2024-07-05 09:49:28 +02:00
afrid18 6bae3de91d
change pyproject ruff config to toplevel
In pyproject.toml, ruff now warns for
accessing inner settings directly

as  and recommends
to change to
2024-02-15 07:07:35 +00:00
Daniel Garcia Moreno 8faa54d18b Release 2.5.0 2023-10-20 08:42:45 +02:00
fabiobarkoski a14b97f420 Change setuptools dependency version and license
altered the setuptools minimum version from 39.2
to 61.0, also changed the license to text and created
the `license-files` on `tool.setuptools` table
for declare the file of the license
2023-06-29 23:01:18 -03:00
fabiobarkoski c7353690dc Add 'rpmlint.descriptions' to packages on pyproject.toml
added "rpmlint.descriptions" to packages metadata on
pyproject.toml
2023-06-29 22:57:29 -03:00
fabiobarkoski 9fb26419ea Move metadata from setup.py to pyproject.toml
migrated the metadata from setup.py to pyproject.toml
following the recommendation from setuptools docs.

resolve: #1012
2023-06-29 22:57:22 -03:00
Afrid Hussain 94abd80bbc
No need of using wheel: PEP 517 2023-03-11 04:54:13 +05:30
Martin Liska 275060319c Start using new ruff linter. 2022-12-09 15:10:52 +01:00
Neal Gompa c02873b347 Add pyproject file for Python source distribution
This is now required for pip and similar tools to correctly build
and install a setuptools based package.
2021-05-18 06:46:32 -04:00