relicensing which was discussed and fixes #2

pull/29/merge
Rok Garbas 2012-02-27 10:22:43 +01:00
rodzic 656515dc17
commit f469e86549
2 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ with Python.
:Dependencies: Since version 3.0 we depend on `pytz`_. There are no
dependencies.
:Tested with: Python 2.4 - 2.7
:License: ???
:License: `BSD`_
----
@ -34,4 +34,5 @@ a suggestion to icalendar-dev@codespeak.net to take over mainaining of
.. _`Plone`: http://plone.org
.. _`pytz`: http://pypi.python.org/pypi/pytz
.. _`RFC`: http://www.ietf.org/rfc/rfc5545.txt
.. _`BSD`: https://github.com/collective/icalendar/issues/2

Wyświetl plik

@ -12,7 +12,7 @@ setuptools.setup(
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
],
keywords='calendar calendaring ical icalendar event todo journal '
@ -22,7 +22,7 @@ setuptools.setup(
author='MaxM',
author_email='max@mxm.dk',
url='https://github.com/collective/icalendar',
license='GPL',
license='BSD',
packages=setuptools.find_packages('src'),
package_dir={'': 'src'},
include_package_data=True,