Skip to content

Commit 4a5e9ba

Browse files
authored
Merge pull request #5 from rd2/release
final cleanup before v0.6.0 release
2 parents bc492db + 8daf74e commit 4a5e9ba

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyOSut
2-
Python implementation of the OSut gem for the OpenStudio SDK.
2+
Python implementation of the _OSut_ Ruby gem for the OpenStudio SDK.
33

4-
(original Ruby implementation/documentation: https://github.com/rd2/osut)
5-
6-
_Disclaimer: alpha release_
4+
- PyPi [package](https://pypi.org/project/osut/)
5+
- Ruby [gem](https://rubygems.org/gems/osut)
6+
- Ruby GitHub [repository](https://github.com/rd2/osut)

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
[project]
22
name = "osut"
3-
version = "0.6.0a3"
3+
version = "0.6.0"
44
description = "OpenStudio SDK utilities for Python"
55
readme = "README.md"
66
requires-python = ">=3.2"
77
authors = [ {name = "Denis Bourgeois", email = "denis@rd2.ca"} ]
88
maintainers = [ {name = "Denis Bourgeois", email = "denis@rd2.ca"} ]
9-
dependencies = [
10-
"numpy",
11-
"oslg",
12-
"openstudio>=3.6.1",
13-
"dataclasses",
14-
]
9+
dependencies = ["oslg","openstudio>=3.6.1"]
1510
license = "BSD-3-Clause"
1611
license-files = ["LICENSE"]
1712
classifiers = [

0 commit comments

Comments
 (0)