Skip to content

Commit

Permalink
updates xml sitemaps list
Browse files Browse the repository at this point in the history
  • Loading branch information
seowings committed Mar 12, 2023
1 parent e0868ab commit 6b660d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pysitemaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,13 @@
"sitemap1.xml",
"sitemap.php",
"sitemap/",
"sitemas/",
"sitemas.xml",
"sitemap.txt",
"sitemap.xml.gz",
"post-sitemap.xml",
"page-sitemap.xml",
"news-sitemap.xml",
]

# +++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
],
packages=["pysitemaps"],
python_requires=">=3.9",
install_requires=[],
install_requires=["requests", "beautifulsoup4", "lxml"],
extras_require={
"dev": [
"setuptools",
Expand Down

0 comments on commit 6b660d8

Please sign in to comment.