replaced inotify with watchdog

This commit is contained in:
2021-11-09 08:50:53 +00:00
parent 26f7909c33
commit 270767c3cd
3 changed files with 21 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ config = {
'long_description': '',
'license': "MIT",
'keywords': "build",
'url': "https://github.com/oggio88/md2html",
'url': "https://github.com/woggioni/md2html",
'packages': ['md2html'],
'package_data': {
'md2html': ['static/*.html', 'static/*.css', 'static/*.js'],