Skip to content

Commit

Permalink
nit: reorder entries in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Aug 29, 2024
1 parent 94a5412 commit e71bd57
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
# limitations under the License.
#

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "juliaset"
version = "0.0.1"
Expand All @@ -31,3 +27,7 @@ description = "Julia set workflow package."
dependencies = [
"numpy"
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

0 comments on commit e71bd57

Please sign in to comment.