diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2021-03-12 00:26:14 +0100 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2021-03-12 00:26:14 +0100 |
commit | fa91c623009ff6a8d1e35bb2eee1cbbee01c7770 (patch) | |
tree | 014524865c15d422f9689e3f749f0abe2f63801d | |
parent | 641959b228288826dbe20ed665057ce1e7a14096 (diff) | |
download | python-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-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |