summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJason Hobbs <jason.hobbs@calxeda.com>2011-10-18 21:04:40 -0500
committerJason Hobbs <jason.hobbs@calxeda.com>2011-10-18 21:04:40 -0500
commit69196cb244d0369ef7c4ad32ab4964e4fefb0878 (patch)
tree69d68952243da573d0a73b8e476fefcd8678f3a1 /.gitignore
parent69681cada6dbeb0df3d0cb1b3ff9c298587434dd (diff)
downloadpyipmi-69196cb244d0369ef7c4ad32ab4964e4fefb0878.tar.gz
setup: use setuptools to provide setup
This provides the 'setup.py develop' command, which eliminates the need for the hacky extra __init__.py in the tld.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a6f70a8..d8da30c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ test/test-reports
test/*.log
build/
*.swp
+pyipmi.egg-info/