Skip to content

Commit

Permalink
making MANIFEST.in self-inclusive to fix Bug #876991
Browse files Browse the repository at this point in the history
  • Loading branch information
cdavis committed Oct 20, 2011
1 parent 3e78d94 commit 1b2c21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,5 +1,6 @@
include INSTALL
include LICENSE
include MANIFEST.in
include check-dependencies.py
include examples/*
include conf/*.example
Expand Down
1 change: 1 addition & 0 deletions carbon/MANIFEST.in
Expand Up @@ -2,3 +2,4 @@ recursive-include conf *
exclude conf/*.conf
include LICENSE
include lib/carbon/amqp0-8.xml
include MANIFEST.in

0 comments on commit 1b2c21d

Please sign in to comment.