Skip to content

Commit 534fd20

Browse files
committed
Removed shitty boilerplate
1 parent 9d56850 commit 534fd20

File tree

7 files changed

+35
-77
lines changed

7 files changed

+35
-77
lines changed

MANIFEST.in

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# gutenberg-py
1+
# py-gutenberg
22

3-
[![Install from PyPi](https://img.shields.io/badge/pip%20install-gutenberg-py-brightgreen)](https://pypi.org/project/gutenberg-py/) [![Version Number](https://img.shields.io/pypi/v/gutenberg-py?label=version)](https://pypi.org/project/gutenberg-py/releases) [![Tests Status](https://github.com/peterrauscher/gutenberg-py/workflows/Test/badge.svg)](https://github.com/peterrauscher/gutenberg-py/actions) [![License](https://img.shields.io/github/license/peterrauscher/gutenberg-py)](https://github.com/peterrauscher/gutenberg-py/blob/main/LICENSE)
3+
[![Install from PyPi](https://img.shields.io/badge/pip%20install-py-gutenberg-brightgreen)](https://pypi.org/project/py-gutenberg/) [![Version Number](https://img.shields.io/pypi/v/py-gutenberg?label=version)](https://pypi.org/project/py-gutenberg/releases) [![Tests Status](https://github.com/peterrauscher/py-gutenberg/workflows/Test/badge.svg)](https://github.com/peterrauscher/py-gutenberg/actions) [![License](https://img.shields.io/github/license/peterrauscher/py-gutenberg)](https://github.com/peterrauscher/py-gutenberg/blob/main/LICENSE)

pyproject.toml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
11
[build-system]
2-
requires = ["setuptools>=46.4.0", "wheel"]
2+
requires = ["setuptools>=61.0", "requests>=2.28.2"]
33
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "py-gutenberg"
7+
version = "0.0.1"
8+
authors = [
9+
{ name="Peter Rauscher", email="[email protected]" },
10+
]
11+
description = "A library to access the Project Gutenberg API"
12+
readme = "README.md"
13+
requires-python = ">=3.7"
14+
classifiers = [
15+
"Development Status :: 5 - Production/Stable",
16+
"Intended Audience :: Developers",
17+
"Topic :: Software Development :: Build Tools",
18+
"Programming Language :: Python",
19+
"Programming Language :: Python :: 3",
20+
"Programming Language :: Python :: 3.7",
21+
"Programming Language :: Python :: 3.8",
22+
"Programming Language :: Python :: 3.9",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3 :: Only",
26+
"License :: OSI Approved :: MIT License",
27+
"Operating System :: OS Independent",
28+
"Natural Language :: English",
29+
]
30+
31+
[project.urls]
32+
"Homepage" = "https://github.com/peterrauscher/gutenberg-py"
33+
"Bug Tracker" = "https://github.com/peterrauscher/gutenberg-py/issues"
34+
"Source Code" = "https://github.com/peterrauscher/gutenberg-py"
35+
"Funding" = "https://ko-fi.com/peterrauscher"

setup.cfg

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

setup.py

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

tox.ini

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

vscode.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)