icalendar-maker/setup.py
2023-02-02 00:34:51 -05:00

12 lines
193 B
Python

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