Skip to content

Commit ea0bd49

Browse files
committed
Tweaked few settings and added removed a dependancy
Dependancy on the `six` library was removed. use caution there could be bugs. Structured the documentation across categorised separate files in the docs folder.
1 parent a729092 commit ea0bd49

27 files changed

+1502
-850
lines changed

.gitignore

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
/.idea/*
2-
/.vscode/*
3-
<<<<<<< HEAD
4-
/.pytest_cache/*
5-
/dist/*
1+
.idea/*
2+
.vscode/*
3+
dist/*
4+
site/*
5+
.pytest_cache/*
6+
pywebcopy.egg-info/*
67
*.pyc
7-
/pywebcopy.egg-info/*
8-
/requests-html-master/
9-
=======
10-
/dist/*
118
*.pyc
12-
/pywebcopy.egg-info/*
13-
>>>>>>> v5.0.0

0 commit comments

Comments
 (0)