Skip to content

Commit

Permalink
Udpated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djmgit committed Sep 13, 2020
1 parent 1b7304e commit 9acc8da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ dist/*

# ignore build
build/*

*.egg-info
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def get_dependencies():
lines = [line.strip() for line in lines]
return lines

setup(name='stickynotes-0.1',
version='0.1',
setup(name='stickynotes',
version='0.0.1',
description='Tool to track, extract and generate mark down files from Todos present in code repositories.',
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit 9acc8da

Please sign in to comment.