Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jun 21, 2024
1 parent 2e7af53 commit f2cb8f7
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 73 deletions.
41 changes: 37 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
build-backend = 'flit_core.buildapi'
requires = ['flit_core >=3.4,<4']

[project]
name = "aiidalab-sssp"
dynamic = ['version'] # read from aiidalab_sss_workflow/__init__.py
authors = [{name = "Jusong Yu", email = "jusong.yu@psi.ch"}]
maintainers = [{name = "Jusong Yu", email = "jusong.yu@psi.ch"}]
description = "SSSP AiiDAlab app to run pseudopotential verificaiton and optimization"
readme = "README.md"
requires-python = ">=3.9"
license = {file="LICENSE"}
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Framework :: AiiDA",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
build-backend = "setuptools.build_meta"
dependencies = [
"aiida-sssp-workflow",
"solara"
]

[project.optional-dependencies]
dev = [
"pytest~=7.0",
]

[project.urls]
Documentation = "https://aiida-sssp-workflow.readthedocs.io/"
Source = "https://github.com/aiidateam/aiida-sssp-workflow"

66 changes: 0 additions & 66 deletions setup.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions setup.py

This file was deleted.

0 comments on commit f2cb8f7

Please sign in to comment.