Skip to content

Commit

Permalink
Merge pull request #98 from MineralsCloud/modernization
Browse files Browse the repository at this point in the history
Modernize project layout, use `pdm`
  • Loading branch information
singularitti authored Dec 18, 2023
2 parents 09cd73d + 61c0cf5 commit 95c8082
Show file tree
Hide file tree
Showing 35 changed files with 27 additions and 2 deletions.
27 changes: 27 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[project]
name = "qha"
version = "1.1.0"
description = "A powerful tool for quasi-harmonic approximation"
authors = [
{name = "Qi Zhang", email = "singularitti@outlook.com"},
]
dependencies = [
"lazy-property>=0.0.1",
"mpmath>=1.3.0",
"pandas>=2.1.4",
"scientific-string>=0.1.0",
"scipy>=1.11.4",
"text-stream>=0.2.0",
"pyyaml>=6.0.1",
"matplotlib>=3.8.2",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "GNU General Public License 3"}

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.pdm]
package-type = "library"
2 changes: 0 additions & 2 deletions qha/tests/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added tests/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 95c8082

Please sign in to comment.