Skip to content

Commit

Permalink
Woohoo, moving project files to be a legit Python project
Browse files Browse the repository at this point in the history
  • Loading branch information
askedrelic committed Dec 30, 2010
1 parent 67262f1 commit 8d1a5f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python

from setuptools import setup, find_packages

setup(name='libgreader',
version = '0.4',
author='askedrelic',
author_email='[email protected]',
packages = find_packages(),
)
File renamed without changes.

1 comment on commit 8d1a5f9

@twidi
Copy link
Contributor

@twidi twidi commented on 8d1a5f9 Dec 30, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great !

Please sign in to comment.