icalendar-maker/setup.py

13 lines
193 B
Python
Raw Normal View History

from setuptools import setup
setup(
name='icalendar-maker',
version='',
packages=[''],
url='',
license='',
author='francois',
author_email='',
description=''
)