diff --git a/pyproject.toml b/pyproject.toml index 25b93fc..59176e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "lolc" +name = "dolang" version = "0.0.0" description = "Prototype for an interpreter." authors = [ @@ -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]