summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2021-03-12 00:26:14 +0100
committerTobias Brox <tobias@redpill-linpro.com>2021-03-12 00:26:14 +0100
commitfa91c623009ff6a8d1e35bb2eee1cbbee01c7770 (patch)
tree014524865c15d422f9689e3f749f0abe2f63801d
parent641959b228288826dbe20ed665057ce1e7a14096 (diff)
downloadpython-caldav-fa91c623009ff6a8d1e35bb2eee1cbbee01c7770.zip
cargo-cult-copying a py_modules keyword argument to the setup() - no idea if it has any practical implications, the documentation doesn't say much on it
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a02c2e5..ee97d95 100755
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@ if __name__ == '__main__':
setup(
name='caldav',
version=version,
+ py_modules=["caldav",],
description="CalDAV (RFC4791) client library",
long_description=open("README.md").read(),
classifiers=["Development Status :: 4 - Beta",