Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yazdipour committed Jun 27, 2023
1 parent e14a795 commit 9ae0db9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
```
pip install omnivore_api
```

## Package Your Library

These files are used to package your library.
Expand Down
Empty file added setup.cfg
Empty file.
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='omnivore_api',
version='0.1',
description='A library to interact with the Omnivore API',
author='Shahriar Yazdipour',
author_email='[email protected]',
packages=find_packages(),
install_requires=[
# list of libraries your library depends on
],
)

0 comments on commit 9ae0db9

Please sign in to comment.