Skip to content

Commit 6f44617

Browse files
mailproject
1 parent 5538f52 commit 6f44617

230 files changed

Lines changed: 35877 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
168 KB
Binary file not shown.
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Run the EasyInstall command"""
2+
3+
if __name__ == '__main__':
4+
from setuptools.command.easy_install import main
5+
main()

0 commit comments

Comments
 (0)