diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e1878bd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "c:\\Users\\dang\\Documents\\GitHub\\MarkdownMark\\env\\Scripts\\python.exe" +} \ No newline at end of file diff --git a/setup.py b/setup.py index 1205627..47edfcb 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( tests_require=testRequires, #Load the Library packages=find_packages(), - package_data = {"remarkable": ["templates/"]}, + package_data = {"remarkable": ["templates"]}, #And scripts entry_points = {