Skip to content

Commit

Permalink
added a MANIFEST.in, setup.py and moved all of the python files into …
Browse files Browse the repository at this point in the history
…the 'linode' package.
  • Loading branch information
Dean Malmgren committed May 26, 2011
1 parent 5c3c8e5 commit 0591c00
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
include README
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
from distutils.core import setup

setup(
name = "linode-python",
version = "1.0",
description = "Python bindings for Linode API",
author = "T. J. Fontaine",
author_email = "tjfontaine@gmail.com",
url = "https://github.com/tjfontaine/linode-python",
packages = ['linode'],
)

0 comments on commit 0591c00

Please sign in to comment.