Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-white committed Oct 22, 2018
1 parent 89c4355 commit 56d760d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 48 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ macfsevents = {version = "*", platform_system = "== 'Darwin'"}

[dev-packages]
twine = "*"
pytest = "*"
pylint = "*"
46 changes: 1 addition & 45 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SaveFolder(WatchableFolder):
self.path = '/path/to/this/folder'

# Note: Only used in Linux for pyinotify bitmasks
# Can be excluded for Windows
# Can be excluded for Windows/Mac
self.listen_to = pyinotify.IN_CREATE

def process_IN_CREATE(self, event):
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def run(self):
print('Pushing git tags...')
os.system('git tag v{0}'.format(about['__version__']))
os.system('git push --tags')

sys.exit()

setup(
Expand Down

0 comments on commit 56d760d

Please sign in to comment.