| 6 | | setup(name=PACKAGE, version=VERSION, packages=['discussion'], |
|---|
| 7 | | package_data={'discussion' : ['templates/*.cs', 'htdocs/css/*.css']}) |
|---|
| | 21 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
|---|
| | 22 | |
|---|
| | 23 | * Redistributions of source code must retain the above copyright notice, |
|---|
| | 24 | this list of conditions and the following disclaimer. |
|---|
| | 25 | * Redistributions in binary form must reproduce the above copyright notice, |
|---|
| | 26 | this list of conditions and the following disclaimer in the documentation |
|---|
| | 27 | and/or other materials provided with the distribution. |
|---|
| | 28 | * Neither the name of the <ORGANIZATION> nor the names of its contributors |
|---|
| | 29 | may be used to endorse or promote products derived from this software |
|---|
| | 30 | without specific prior written permission. |
|---|
| | 31 | |
|---|
| | 32 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
|---|
| | 33 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| | 34 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| | 35 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
|---|
| | 36 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
|---|
| | 37 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
|---|
| | 38 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
|---|
| | 39 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|---|
| | 40 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|---|
| | 41 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| | 42 | ''' |
|---|
| | 43 | ) |
|---|