Skip to content

Commit ebfc9ca

Browse files
committed
Packaged the deal
1 parent d20e0a1 commit ebfc9ca

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

reddit_api/urls.py reddit/urls.py

File renamed without changes.

reddit_api/util.py reddit/util.py

File renamed without changes.

setup.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from setuptools import setup, find_packages
2+
3+
setup(
4+
name = "reddit",
5+
version = "0.1",
6+
packages = find_packages(),
7+
install_requires = [],
8+
author = "mellort",
9+
description = "A Python wrapper for the Reddit API",
10+
url = "https://github.com/mellort/reddit_api"
11+
)
12+

0 commit comments

Comments
 (0)