Skip to content

Commit

Permalink
switch to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Bunting committed Jul 3, 2024
1 parent f9c76e0 commit 687b398
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 57 deletions.
41 changes: 41 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "supergood"
description = "The Python client for Supergood"
readme = "README.md"
version= "1.1.8"
requires-python = ">=3.7"
authors = [
{ name = "Alex Klarfeld" },
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
]
dependencies = [
"aiohttp",
"httpx",
"jsonpickle",
"pydash==7.0.1",
"python-dotenv==1.0.0",
"requests",
"tldextract>=5",
"urllib3",
]

[project.optional-dependencies]
test = [
"pytest-mock==3.10.0",
"pytest==7.2.1",
"pytest_httpserver==1.0.8",
"Werkzeug",
]

[tool.hatch.build.targets.sdist]
include = [
"/src",
]
17 changes: 0 additions & 17 deletions setup.cfg

This file was deleted.

40 changes: 0 additions & 40 deletions setup.py

This file was deleted.

0 comments on commit 687b398

Please sign in to comment.