sharkdp / shell-functools

Functional programming tools for the shell
MIT License
1.2k stars 49 forks source link

Add version, author and more meta info to ft/__init__.py #12

Closed franklingu closed 6 years ago

franklingu commented 6 years ago

this is related to "making it a pip package". most users will do import ft; print(ft.__version__) to verify it is installed successfully

sharkdp commented 6 years ago

Sounds good!

sharkdp commented 6 years ago

Is this still needed?

franklingu commented 6 years ago

I think this can be closed. now we can just print(ft.version)

I believe readme needs to be updated to include installation guide using pip. it is much cleaner option than changing PATH

franklingu commented 6 years ago

just saw your commit for the part about pip. :+1: