Skip to content

Commit 3af99b1

Browse files
MrTravisBclaude
andauthored
Update repository references to Mozilla-Ocho organization (#5)
## Summary - Updated all repository URLs from `tabstack/tabs-python` to `Mozilla-Ocho/tabstack-python` - Fixed directory name in installation instructions from `tabs-python` to `tabstack-python` ## Files Changed - `setup.cfg` - Repository URL - `setup.py` - Main URL and project URLs - `README.md` - Badges, clone commands, and documentation links - `pyproject.toml` - Repository and Bug Tracker URLs ## Test plan - Verify all links point to the correct repository - Confirm installation instructions are accurate 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent fa5a54d commit 3af99b1

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![PyPI version](https://badge.fury.io/py/tabstack.svg)](https://badge.fury.io/py/tabstack)
44
[![Python Versions](https://img.shields.io/pypi/pyversions/tabstack.svg)](https://pypi.org/project/tabstack/)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6-
[![Tests](https://github.com/tabstack/tabs-python/workflows/Tests/badge.svg)](https://github.com/tabstack/tabs-python/actions)
7-
[![codecov](https://codecov.io/gh/tabstack/tabs-python/branch/main/graph/badge.svg)](https://codecov.io/gh/tabstack/tabs-python)
6+
[![Tests](https://github.com/Mozilla-Ocho/tabstack-python/workflows/Tests/badge.svg)](https://github.com/Mozilla-Ocho/tabstack-python/actions)
7+
[![codecov](https://codecov.io/gh/Mozilla-Ocho/tabstack-python/branch/main/graph/badge.svg)](https://codecov.io/gh/Mozilla-Ocho/tabstack-python)
88

99
Python SDK for [TABStack AI](https://tabstack.ai) - Extract, Generate, and Automate web content using AI.
1010

@@ -48,8 +48,8 @@ pipenv install tabstack
4848

4949
### From Source
5050
```bash
51-
git clone https://github.com/tabstack/tabs-python.git
52-
cd tabs-python
51+
git clone https://github.com/Mozilla-Ocho/tabstack-python.git
52+
cd tabstack-python
5353
pip install -e ".[dev]"
5454
```
5555

@@ -440,8 +440,8 @@ asyncio.run(main())
440440

441441
```bash
442442
# Clone the repository
443-
git clone https://github.com/tabstack/tabs-python.git
444-
cd tabs-python
443+
git clone https://github.com/Mozilla-Ocho/tabstack-python.git
444+
cd tabstack-python
445445

446446
# Install with development dependencies
447447
pip install -e ".[dev]"
@@ -520,8 +520,8 @@ Apache License 2.0 - see [LICENSE](LICENSE) for details.
520520
- **Homepage**: [https://tabstack.ai](https://tabstack.ai)
521521
- **Documentation**: [https://docs.tabstack.ai](https://docs.tabstack.ai)
522522
- **PyPI**: [https://pypi.org/project/tabstack/](https://pypi.org/project/tabstack/)
523-
- **Repository**: [https://github.com/tabstack/tabs-python](https://github.com/tabstack/tabs-python)
524-
- **Issues**: [https://github.com/tabstack/tabs-python/issues](https://github.com/tabstack/tabs-python/issues)
523+
- **Repository**: [https://github.com/Mozilla-Ocho/tabstack-python](https://github.com/Mozilla-Ocho/tabstack-python)
524+
- **Issues**: [https://github.com/Mozilla-Ocho/tabstack-python/issues](https://github.com/Mozilla-Ocho/tabstack-python/issues)
525525

526526
## Support
527527

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dev = [
4646
[project.urls]
4747
Homepage = "https://tabstack.ai"
4848
Documentation = "https://docs.tabstack.ai"
49-
Repository = "https://github.com/tabstack/tabs-python"
50-
"Bug Tracker" = "https://github.com/tabstack/tabs-python/issues"
49+
Repository = "https://github.com/Mozilla-Ocho/tabstack-python"
50+
"Bug Tracker" = "https://github.com/Mozilla-Ocho/tabstack-python/issues"
5151

5252
[tool.setuptools.packages.find]
5353
where = ["."]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 1.0.0
44
description = Python SDK for TABStack AI - Extract, Generate, and Automate web content
55
long_description = file: README.md
66
long_description_content_type = text/markdown
7-
url = https://github.com/tabstack/tabs-python
7+
url = https://github.com/Mozilla-Ocho/tabstack-python
88
author = TABStack
99
author_email = support@tabstack.ai
1010
license = MIT

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
description="Python SDK for TABStack AI - Extract, Generate, and Automate web content",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
20-
url="https://github.com/tabstack/tabs-python",
20+
url="https://github.com/Mozilla-Ocho/tabstack-python",
2121
packages=find_packages(exclude=["tests", "tests.*"]),
2222
classifiers=[
2323
"Development Status :: 5 - Production/Stable",
@@ -49,7 +49,7 @@
4949
keywords="web-scraping ai automation data-extraction web-automation",
5050
project_urls={
5151
"Documentation": "https://docs.tabstack.ai",
52-
"Bug Tracker": "https://github.com/tabstack/tabs-python/issues",
53-
"Source Code": "https://github.com/tabstack/tabs-python",
52+
"Bug Tracker": "https://github.com/Mozilla-Ocho/tabstack-python/issues",
53+
"Source Code": "https://github.com/Mozilla-Ocho/tabstack-python",
5454
},
5555
)

0 commit comments

Comments
 (0)