feat(domain): drop the 'studio' (#818)

* feat(domain): drop the

* change all references for Sim Studio to Sim

* change back license and notice

* lint

---------

Co-authored-by: waleedlatif <waleedlatif@waleedlatifs-MacBook-Pro.local>
This commit is contained in:
Waleed Latif
2025-07-29 12:51:43 -07:00
committed by GitHub
parent 13608a8bbc
commit ae43381d84
235 changed files with 809 additions and 646 deletions

View File

@@ -6,9 +6,9 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="simstudio-sdk",
version="0.1.0",
author="Sim Studio",
author_email="support@simstudio.ai",
description="Sim Studio SDK - Execute workflows programmatically",
author="Sim",
author_email="support@sim.ai",
description="Sim SDK - Execute workflows programmatically",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/simstudioai/sim",
@@ -46,6 +46,6 @@ setup(
project_urls={
"Bug Reports": "https://github.com/simstudioai/sim/issues",
"Source": "https://github.com/simstudioai/sim",
"Documentation": "https://docs.simstudio.ai",
"Documentation": "https://docs.sim.ai",
},
)