You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
8
8
LocalSiteMap is an open-source Python package designed for generating sitemaps from local files. It tracks `HTML` and `HTM` files, and generates complete sitemaps for the root website, including directories.
9
9
10
+
### Changes in version 1.0.2:
11
+
- Removed the unnecessary `install_requires` from the `setup.py` as the package utilizes none of the required packages.
12
+
10
13
### Changes in version 1.0.1:
11
14
- Added `show_progress` boolean to print out mapping progress, pages mapped, and files found.
0 commit comments