Skip to content

Commit fd18554

Browse files
committed
adding pyproject.toml + fix requirements pkg name
1 parent 85915ad commit fd18554

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=42", "wheel"]
3+
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests
2-
unittests
2+
unittest

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@
55

66
setuptools.setup(
77
name="onepyece",
8-
version="0.0.3",
8+
version="0.0.2",
99
author="Rémi JARA",
1010
author_email="remi.jara4@gmail.com",
1111
description="A package to use the One-Piece API : https://api-onepiece.com/",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/icepick4/onepyece",
15-
project_urls={
16-
"Bug Tracker": "package issues URL",
17-
},
1815
classifiers=[
1916
"Programming Language :: Python :: 3",
2017
"License :: OSI Approved :: MIT License",
903 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)