Skip to content

Commit

Permalink
更新setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tq-xyy authored Oct 18, 2020
1 parent 343803f commit 2b63c2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
author_email = "17097231932@163.com",
url = "https://github.com/17097231932/Stream.py",
py_modules=['stream'],
entry_points={
'console_scripts': [
'stream=stream:cli',
],
},
long_description = """# Stream.py
Java 8 Stream API/Collectors/Function Interface/Optional 在 Python 3.6+ 的实现
Expand Down

0 comments on commit 2b63c2a

Please sign in to comment.