Codebase list pysmb / ab940f0
Bump version to 1.2.3 and add pycrypto dependency Michael Teo 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
77
88 setup(
99 name = "pysmb",
10 version = "1.2.2",
10 version = "1.2.3",
1111 author = "Michael Teo",
1212 author_email = "[email protected]",
1313 license = "zlib/libpng",
1616 url = "https://miketeo.net/projects/pysmb",
1717 package_dir = pkgdir,
1818 packages = [ 'smb', 'smb.utils', 'nmb' ],
19 install_requires = [ 'pyasn1' ],
19 install_requires = [ 'pyasn1', 'pycrypto' ],
2020 long_description="""pysmb is an experimental SMB/CIFS library written in Python. It implements the client-side SMB/CIFS protocol which allows your Python application to access and transfer files to/from SMB/CIFS shared folders like your Windows file sharing and Samba folders.""",
2121 classifiers = [
2222 "Development Status :: 5 - Production/Stable",