Skip to content

Commit

Permalink
Packaged the deal
Browse files Browse the repository at this point in the history
  • Loading branch information
agermanidis committed Mar 2, 2011
1 parent d20e0a1 commit ebfc9ca
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup, find_packages

setup(
name = "reddit",
version = "0.1",
packages = find_packages(),
install_requires = [],
author = "mellort",
description = "A Python wrapper for the Reddit API",
url = "https://github.com/mellort/reddit_api"
)

0 comments on commit ebfc9ca

Please sign in to comment.