kopia lustrzana https://github.com/collective/icalendar
11 wiersze
219 B
Python
11 wiersze
219 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
from distutils.core import setup
|
||
|
|
||
|
setup(name='icalendar',
|
||
|
version='0.10',
|
||
|
description='iCalendar support module',
|
||
|
package_dir = {'': 'src'},
|
||
|
packages=['icalendar'],
|
||
|
)
|