Skip to content

Commit

Permalink
Update 'lolc' to 'dolang' in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidchu authored Feb 22, 2024
1 parent 5b8394e commit c2d6962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "lolc"
name = "dolang"
version = "0.0.0"
description = "Prototype for an interpreter."
authors = [
Expand All @@ -8,9 +8,9 @@ authors = [
license = "MIT"
readme = "README.md"
python = "^3.6"
homepage = "https://github.com/thedavidchu/lolc/"
repository = "https://github.com/thedavidchu/lolc/"
documentation = "https://github.com/thedavidchu/lolc/"
homepage = "https://github.com/thedavidchu/dolang/"
repository = "https://github.com/thedavidchu/dolang/"
documentation = "https://github.com/thedavidchu/dolang/"

# Requirements
[dependencies]
Expand Down

0 comments on commit c2d6962

Please sign in to comment.