|
1 | | -""" |
2 | | -Copyright (C) 2014 Panos Kittenis |
| 1 | +# Copyright (C) 2015 Panos Kittenis |
3 | 2 |
|
4 | | -This library is free software; you can redistribute it and/or |
5 | | -modify it under the terms of the GNU Lesser General Public |
6 | | -License as published by the Free Software Foundation, version 2.1. |
| 3 | +# This library is free software; you can redistribute it and/or |
| 4 | +# modify it under the terms of the GNU Lesser General Public |
| 5 | +# License as published by the Free Software Foundation, version 2.1. |
7 | 6 |
|
8 | | -This library is distributed in the hope that it will be useful, |
9 | | -but WITHOUT ANY WARRANTY; without even the implied warranty of |
10 | | -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
11 | | -Lesser General Public License for more details. |
| 7 | +# This library is distributed in the hope that it will be useful, |
| 8 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 10 | +# Lesser General Public License for more details. |
12 | 11 |
|
13 | | -You should have received a copy of the GNU Lesser General Public |
14 | | -License along with this library; if not, write to the Free Software |
15 | | -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
16 | | -""" |
| 12 | +# You should have received a copy of the GNU Lesser General Public |
| 13 | +# License along with this library; if not, write to the Free Software |
| 14 | +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
17 | 15 |
|
18 | 16 | from distutils.core import setup |
19 | 17 | from setuptools import find_packages |
|
0 commit comments