Skip to content

Commit 64a3399

Browse files
committed
updated urls link to serpwings.com
1 parent a9802af commit 64a3399

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ You can find detailed tutorial on [pyrobotstxt website](https://pyrobotstxt.page
2121
## Contribute
2222

2323
Pull Requests, Feature Suggestions, and collaborations are welcome.
24+
25+
## About Us
26+
27+
This work is a collaborative effort of [seowings](https://seowings.com/), and [serpwings](https://serpwings.com/).

docs/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ If you are a developer or want to test latest version of pyrobotstxt, you might
2222

2323
## About Us
2424

25-
[seowings](https://www.seowings.org){target=_blank} is an opensource project to write, develop and promote tools for Data Sciences and Digital Marketing.
25+
26+
[SERP Wings](https://www.serpwings.com){target=_blank} is a digital organization to **Boosting SERP Performance Though Opensource Tools**.
27+
28+
[seowings](https://www.seowings.org){target=_blank} is an opensource project to write, develop and promote tools for Data Sciences and Digital Marketing.

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ site_name: pyrobotstxt
22
site_description: Python Package to Create, Analyze and Manipulate Robots.txt Files
33
site_author: Faisal Shahzad
44

5-
site_url: https://pyrobotstxt.seowings.org
5+
site_url: https://pyrobotstxt.pages.dev
66

7-
repo_url: https://github.com/seowings/pyrobotstxt
7+
repo_url: https://github.com/serpwings/pyrobotstxt
88
edit_uri: blob/main/docs/
99

1010
nav:

pyrobotstxt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pyrobotstxt: A Python Package for robots.txt Files.
66
77
MIT License
8-
Copyright (c) 2022 SeoWings www.seowings.org
8+
Copyright (c) 2022 SERP Wings www.serpwings.com
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal
1111
in the Software without restriction, including without limitation the rights

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pyrobotstxt: A Python Package for robots.txt Files.
66
77
MIT License
8-
Copyright (c) 2022 SeoWings www.seowings.org
8+
Copyright (c) 2022 SERP Wings www.serpwings.com
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal
1111
in the Software without restriction, including without limitation the rights
@@ -28,7 +28,7 @@
2828
with open("README.md", "r", encoding="utf-8") as fh:
2929
long_description = fh.read()
3030

31-
version = "0.0.3"
31+
version = "0.0.4"
3232

3333
setup(
3434
name="pyrobotstxt",
@@ -38,10 +38,10 @@
3838
description="Python Package to Generate and Analyse Robots.txt files",
3939
long_description=long_description,
4040
long_description_content_type="text/markdown",
41-
url="https://github.com/seowings/pyrobotstxt/",
41+
url="https://github.com/serpwings/pyrobotstxt/",
4242
project_urls={
43-
"Bug Tracker": "https://github.com/seowings/pyrobotstxt/issues",
44-
"Documentation": "https://pyrobotstxt.seowings.org/",
43+
"Bug Tracker": "https://github.com/serpwings/pyrobotstxt/issues",
44+
"Documentation": "https://pyrobotstxt.pages.dev/",
4545
},
4646
classifiers=[
4747
"Topic :: Utilities",

0 commit comments

Comments
 (0)