Skip to content

Commit a273d4a

Browse files
committed
Replace with pyproject.toml
1 parent af2f3ce commit a273d4a

5 files changed

Lines changed: 34 additions & 86 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[build-system]
2+
requires = ["setuptools>=64", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "urbackup-server-web-api-wrapper"
7+
version = "0.2.2"
8+
description = "Python wrapper to access and control an UrBackup server"
9+
readme = "README.md"
10+
license = "Apache-2.0"
11+
authors = [
12+
{ name = "Martin Raiber", email = "martin@urbackup.org" },
13+
]
14+
keywords = ["urbackup", "web", "api", "client"]
15+
classifiers = [
16+
"Development Status :: 3 - Alpha",
17+
"Intended Audience :: Developers",
18+
"License :: OSI Approved :: Apache Software License",
19+
"Programming Language :: Python :: 3.4",
20+
"Programming Language :: Python :: 3.5",
21+
]
22+
23+
[project.urls]
24+
Homepage = "https://github.com/uroni/urbackup-server-python-web-api-wrapper"
25+
26+
[project.optional-dependencies]
27+
dev = []
28+
test = []
29+
30+
[tool.setuptools.packages.find]
31+
exclude = ["contrib", "docs", "tests"]
32+
33+
[tool.pytest.ini_options]
34+
testpaths = ["tests"]

pytest.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)