Skip to content

Commit

Permalink
transfer sicgl submodule (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen authored Jun 22, 2023
1 parent 6056c97 commit e2e30e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "third-party/sicgl"]
path = third-party/sicgl
url = https://github.com/oclyke-dev/sicgl
url = https://github.com/oclyke/sicgl.git
[submodule "scripts/third-party/run-clang-format"]
path = scripts/third-party/run-clang-format
url = https://github.com/Sarcasm/run-clang-format
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pysicgl

pysicgl is a Python C extension interface for the [sicgl](https://github.com/oclyke-dev/sicgl) graphics library.
pysicgl is a Python C extension interface for the [sicgl](https://github.com/oclyke/sicgl) graphics library.

both projects are young and would benefit from community involvement.
2 changes: 1 addition & 1 deletion docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
concepts
----------------

pysicgl is a Python interface to `sicgl<https://github.com/oclyke-dev/sicgl>`_
pysicgl is a Python interface to `sicgl<https://github.com/oclyke/sicgl>`_
-- underlying design choices stem from that project. Briefly these goals include:
* speed over memory footprint
* hardware agnostic
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dynamic = [
]

[project.urls]
Source = "https://github.com/oclyke-dev/pysicgl"
Source = "https://github.com/oclyke/pysicgl"

[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
Expand Down

0 comments on commit e2e30e5

Please sign in to comment.