File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Runs command or callback function when path file modified time changes
44
44
Python version 2 or 3
45
45
46
46
47
- ___
47
+ ______
48
48
49
49
50
50
## Quick Start
@@ -195,7 +195,7 @@ if __main__ == '__name__':
195
195
```
196
196
197
197
198
- ___
198
+ ______
199
199
200
200
201
201
## Notes
207
207
This repository may not be feature complete and/or fully functional, Pull Requests that add features or fix bugs are certainly welcomed.
208
208
209
209
210
- ___
210
+ ______
211
211
212
212
213
213
## Attribution
225
225
- [ StackOverflow -- What does the ` b ` character do in front of a string literal?] ( https://stackoverflow.com/questions/6269765 )
226
226
227
227
228
- ___
228
+ ______
229
229
230
230
231
231
## License
236
236
237
237
```
238
238
Documentation for Watch Path
239
- Copyright (C) 2020 S0AndS0
239
+ Copyright (C) 2023 S0AndS0
240
240
241
241
This program is free software: you can redistribute it and/or modify
242
242
it under the terms of the GNU Affero General Public License as published
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = "watch_path" ,
13
- version = "0.1.0 " ,
13
+ version = "0.1.1 " ,
14
14
author = "S0AndS0" ,
15
15
author_email = "StrangerThanBland@gmail.com" ,
16
16
description = "Simple wrapper for `os.stat`, calls callback function time-stamp changes" ,
Original file line number Diff line number Diff line change 13
13
14
14
__license__ = """
15
15
Inject JavaScript within PDF document body
16
- Copyright (C) 2020 S0AndS0
16
+ Copyright (C) 2023 S0AndS0
17
17
18
18
This program is free software: you can redistribute it and/or modify
19
19
it under the terms of the GNU Affero General Public License as published
You can’t perform that action at this time.
0 commit comments