Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed May 11, 2024
1 parent 019bfcc commit d0e329d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
19 changes: 16 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name="shufflepy"
description="Connect to your favorite services with a single line of code. "
version="0.0.1"
dependencies=[
"requests"
]
requires-python=">= 3.6"
authors=[
{name="Frikky", email="[email protected]"}
]
maintainers=[
{name="Frikky", email="[email protected]"}
]
readme="README.md"
keywords=["automate", "api", "rest", "requests", "http", "client", "integration", "shuffle", "shuffler", "shuffler.io"]
13 changes: 0 additions & 13 deletions setup.py

This file was deleted.

0 comments on commit d0e329d

Please sign in to comment.