Skip to content

Commit

Permalink
Move to pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Jan 6, 2025
1 parent 076ed8b commit 7db8347
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .coveragerc

This file was deleted.

2 changes: 0 additions & 2 deletions lib/.gitignore

This file was deleted.

35 changes: 35 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[build-system]
requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[project]
name = "pypi2pkgbuild"
description = "A PyPI to PKGBUILD converter."
readme = "README.rst"
authors = [{name = "Antony Lee"}]
urls = {Repository = "https://github.com/anntzer/pypi2pkgbuild"}
license = {text = "MIT"}
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Topic :: System :: Software Distribution",
]
requires-python = ">=3.8"
dynamic = ["version"]

[tool.setuptools]
packages = []
script-files = ["pypi2pkgbuild.py"]

[tool.setuptools_scm]
version_scheme = "post-release"
local_scheme = "node-and-date"
fallback_version = "0+unknown"

[tool.coverage.run]
branch = true
include = ["pypi2pkgbuild.py"]
28 changes: 0 additions & 28 deletions setup.py

This file was deleted.

0 comments on commit 7db8347

Please sign in to comment.