Skip to content

Commit

Permalink
Remove build artifacts from the repo
Browse files Browse the repository at this point in the history
Update typo in README in the AllHandler
  • Loading branch information
mcriley821 committed May 1, 2022
1 parent 58aa05c commit f910ec4
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 744 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*__pycache__
.venv/
*.swp
*egg-info
build/
dist/

242 changes: 0 additions & 242 deletions PyNotify.egg-info/PKG-INFO

This file was deleted.

12 changes: 0 additions & 12 deletions PyNotify.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion PyNotify.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion PyNotify.egg-info/top_level.txt

This file was deleted.

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ could be defined as so:
class AllHandler:
def handle_event(self, event: Event) -> None:
# just print out what is happening
print(f"File {event.name} {event.type.name} at {event.path}")
print(f"{event.type.name} at {event.file_path}")
def can_handle_event_type(self, type: EventType) -> bool:
return EventType.ALL & type != 0
Expand Down
11 changes: 0 additions & 11 deletions build/lib/pynotify/__init__.py

This file was deleted.

70 changes: 0 additions & 70 deletions build/lib/pynotify/event.py

This file was deleted.

29 changes: 0 additions & 29 deletions build/lib/pynotify/event_handler.py

This file was deleted.

Loading

0 comments on commit f910ec4

Please sign in to comment.