Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seVenVo1d committed May 1, 2023
1 parent 042ac0c commit f9d6aa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can easily install the GTRPy via

or, you can directly clone the repository

git clone https://github.com/seVenVo1d/GTRPy.git
git clone https://github.com/camarman/GTRPy.git

to your favourite directory

Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ build-backend = "hatchling.build"

[project]
name = "gtrpy"
version = "1.8"
version = "1.9"
authors = [
{name="Arman Çam"},
]
description = "GTRPy is a python package that allows you to calculate the well-known tensors in the General Theory of Relativity."

description = "GTRPy is a python package that allows you to calculate the well-known tensors in the General Theory of Relativity without writing a single line of code. Furthermore, you can apply many operations to 6 different types of fields, in both 3D and 4D."
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
Expand All @@ -22,5 +23,5 @@ classifiers = [
]

[project.urls]
"Homepage" = "https://github.com/seVenVo1d/GRPy"
"Bug Tracker" = "https://github.com/seVenVo1d/GRPy/issues"
"Homepage" = "https://github.com/camarman/GTRPy"
"Bug Tracker" = "https://github.com/camarman/GTRPy/issues"

0 comments on commit f9d6aa4

Please sign in to comment.