Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g committed Jul 6, 2020
1 parent 95a9abd commit 7ef00bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@


# Wait And Notify(WAN)
This package is under development. We will release it soon in the future.



# Installation

[fzf](https://github.com/junegunn/fzf) is required
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages
setup(
name='mytools',
name='want',
version='0.0.1',
packages=find_packages(),
entry_points={
'console_scripts': ['ntf=ntf:run'],
'console_scripts': ['wan=wan:run'],
},
install_requires=[
'loguru>=0.5.1',
Expand Down

0 comments on commit 7ef00bd

Please sign in to comment.