Skip to content

Commit

Permalink
Fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed May 11, 2024
1 parent 54d2706 commit be3c943
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Shufflepy
Connect to your favorite services with a single line of code. The library does NOT contain any
Connect to your favorite services with a single line of code.

**This Library is in an Experimental Phase**

Expand Down
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from setuptools import setup, find_packages

setup(
name='shufflepy',
version='0.1.0',
description='Connect to your favorite services with a single line of code.'
author='shuffle'
author_email='support@shuffler.io',
packages=find_packages(),
install_requires=[
'requests>=2.31.0',
],
)

0 comments on commit be3c943

Please sign in to comment.