Skip to content

Commit

Permalink
tagging 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
percious17 committed Feb 25, 2009
1 parent 48bf95e commit a757f9c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
from setuptools import setup, find_packages
import sys, os

version = '0.1.1'
version = '0.1.2'

setup(name='basketweaver',
version=version,
description="Provides utilities for making your own python package index.",
long_description="""\
long_description="""*Usage*
easy_install basketweaver
cd <a/directory/with/eggs/
makeindex *
Outputs:
"index" folder with links to all eggs in the higher up directory.
""",
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
keywords='python eggs pypi index package gz tar zip',
Expand Down

0 comments on commit a757f9c

Please sign in to comment.