Skip to content

Commit 541a674

Browse files
authored
Fix: pyprojecttoml syntax
1 parent ee936f8 commit 541a674

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pyproject.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
<<<<<<< HEAD
7-
name = "pyosPackage"
8-
#dynamic = ["version"]
9-
version = "0.1.4" # uncomment this and comment the line above if you want to manually update versions
10-
11-
12-
[project.urls] # Optional
13-
# "Homepage" = "https://www.pyopensci.org"
14-
# "Bug Reports" = "https://github.com/pyopensci/pyosPackage/issues"
15-
# "Source" = "https://github.com/pyopensci/pyosPackage/issues"
16-
#"Funding" = "" # optional
17-
=======
186
name = "pyospackage"
197
description = "A package that adds numbers together"
208
readme = "README.md"
@@ -34,12 +22,8 @@ classifiers = [
3422
]
3523

3624
dependencies = []
37-
dynamic = ["version"]
38-
3925

4026
[project.urls]
4127
Documentation = "https://github.com/pyopensci/pyospackage#readme"
4228
Issues = "https://github.com/pyopensci/pyospackage/issues"
4329
Source = "https://github.com/pyopensci/pyospackage"
44-
45-
>>>>>>> upstream/main

0 commit comments

Comments
 (0)