added credentials file
This commit is contained in:
parent
3a2241e434
commit
87a645d0fc
3 changed files with 82 additions and 46 deletions
12
setup.py
Normal file
12
setup.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="calDAVtoCSV",
|
||||
version="1.0",
|
||||
# Modules to import from other scripts:
|
||||
packages=find_packages(),
|
||||
# Executables
|
||||
scripts=["main.py"],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue