fixing setup.py and README

This commit is contained in:
Gabriel Falcao
2011-06-26 13:26:36 -04:00
parent e74bd02011
commit 766af1853f
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# HTTPretty
> Version 0.1
> Version 0.2
# What

View File

@@ -27,9 +27,12 @@
import os
from httpretty import version
from httpretty import version, HTTPretty
from setuptools import setup
HTTPretty.disable()
def get_packages():
# setuptools can't do the job :(
packages = []