Skip to content

Commit

Permalink
More setup.py tinkering.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Taylor committed Mar 1, 2011
1 parent c1814dc commit aa80dc9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

long_description = open('README.rst').read()


TWISTED_PLUGIN_PATH = os.path.join(get_python_lib(), 'twisted', 'plugins')
NOMMER_PLUGIN_PATH = os.path.join('media_nommer', 'twisted', 'plugins')
TMP_BUILD_PATH = os.path.realpath(os.path.dirname(__file__))
NOMMER_PLUGIN_PATH = os.path.join(TMP_BUILD_PATH,
'media_nommer', 'twisted', 'plugins')
data_files = [
(
TWISTED_PLUGIN_PATH,
Expand Down

0 comments on commit aa80dc9

Please sign in to comment.