Skip to content

Commit

Permalink
Include plugins and download dependencies from the internet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignas committed Nov 12, 2009
1 parent 56b8e8d commit c937677
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include src/twisted/plugins/im.py
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[buildout]
find-links = http://pow.lt/eggs/
extends = versions.cfg
versions = versions
develop = .
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
'zope.testing',
'PasteDeploy',
'twisted',
'wokkel'
'twistedgadu'
],
package_dir={'': 'src'},
packages=find_packages('src'),
package_data={'twisted.plugins': ['twisted/plugins/im.py']},
include_package_data=True,
zip_safe=False,
license="GPL",
Expand Down

0 comments on commit c937677

Please sign in to comment.