Skip to content

Commit

Permalink
Added support for setuptools "development mode".
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoryvp committed Aug 23, 2012
1 parent 23efe95 commit bc92946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

from distutils.core import setup
import setuptools

setup(
name="parabridge",
Expand Down

0 comments on commit bc92946

Please sign in to comment.