Skip to content

Commit

Permalink
Merge branch 'main' into add-pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskov authored Oct 28, 2023
2 parents b8d0ec9 + be29fa9 commit 601b76d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[build-system]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "mlptrain"
description = "Machine Learning Potential Training"
authors = [{name = "Duarte Group"}]
readme = "README.md"
license = {file = "LICENSE.md"}
classifiers = ["License :: OSI Approved :: MIT License"]
dynamic = ["version"]
requires-python = ">=3.8"

[project.urls]
Home = "https://github.com/duartegroup/mlp-train"
Source = "https://github.com/duartegroup/mlp-train"
18 changes: 0 additions & 18 deletions setup.py

This file was deleted.

0 comments on commit 601b76d

Please sign in to comment.