📄 setup.py
字号:
#!/usr/bin/env pythonfrom distutils.core import setupsetup(name="pyDes", version="2.0.0", description="Pure python implementation of DES and TRIPLE DES encryption algorithm", author="Todd Whiteman", author_email="twhitema@gmail.com", url="http://twhiteman.netfirms.com/des.html", platforms=["All"], keywords=["DES", "TRIPLE-DES", "ENCRYPTION", "ALGORITHM", "SECURITY"], py_modules=["pyDes"] )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -