Skip to content

Commit

Permalink
setup.py -> pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed Aug 1, 2023
1 parent 29b96b2 commit ccd0373
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 25 deletions.
35 changes: 35 additions & 0 deletions pyproject.toml
@@ -0,0 +1,35 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
exclude = ["databases*", "paper*"]

[project]
name = "ecnet"
version = "4.1.2"
authors = [
{ name="Travis Kessler", email="travis.j.kessler@gmail.com" },
]
description = "Fuel property prediction using QSPR descriptors"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"torch==2.0.0",
"scikit-learn==1.2.2",
"padelpy==0.1.15",
"alvadescpy==0.1.2",
"ecabc==3.0.0"
]
classifiers = [
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/ecrl/ecnet"
"Bug Tracker" = "https://github.com/ecrl/ecnet/issues"
25 changes: 0 additions & 25 deletions setup.py

This file was deleted.

0 comments on commit ccd0373

Please sign in to comment.