Skip to content

Commit

Permalink
Having trouble with setup.py, but this seems to work, using a most si…
Browse files Browse the repository at this point in the history
…mple distutils based install. Will retry again using setup_tools and approach this in the preferred manner.
  • Loading branch information
truedat101 committed Jun 2, 2009
1 parent b931a0e commit 14b56b3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Empty file added INSTALL
Empty file.
Empty file added NEWS
Empty file.
17 changes: 17 additions & 0 deletions setup.py
@@ -0,0 +1,17 @@
#!/usr/bin/env python

# ...

from distutils.core import setup

setup(name='luffa',
version='0.11',
description='luffa: makes open sourcing your proprietary source ez',
author='David J. Kordsmeier',
author_email='dkords@gmail.com',
url=' http://github.com/',
packages=['razortooth', 'razortooth.luffa', 'razortooth.luffa.tools'],
long_description="Make a lawyer happy. Scan your code first. luffa: makes open sourcing your proprietary source ez.",
license="Public domain",
platforms=["any"],
)

0 comments on commit 14b56b3

Please sign in to comment.