Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Commit 8db7796

Browse files
authored
Pyproject toml (#29)
* Add pyproject.toml and add entry for changelog
1 parent c81c6d0 commit 8db7796

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Added
9+
- Add `pyproject.toml`
10+
11+
712
## [0.1.4] - 2022-02-18
813
### Fixed
914
- Fix state constructor for `T`, `p`, `V`, `x_i` specification. [#26](https://github.com/feos-org/feos-core/pull/26)

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build-system]
2+
requires = ["maturin>=0.12,<0.13"]
3+
build-backend = "maturin"
4+
5+
[tool.maturin]
6+
bindings = "pyo3"
7+
manifest-path = "build_wheel/Cargo.toml"

0 commit comments

Comments
 (0)