diff --git a/README.md b/README.md index cf58d52..fbfc99b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pyOSut -Python implementation of the OSut gem for the OpenStudio SDK. +Python implementation of the _OSut_ Ruby gem for the OpenStudio SDK. -(original Ruby implementation/documentation: https://github.com/rd2/osut) - -_Disclaimer: alpha release_ +- PyPi [package](https://pypi.org/project/osut/) +- Ruby [gem](https://rubygems.org/gems/osut) +- Ruby GitHub [repository](https://github.com/rd2/osut) diff --git a/pyproject.toml b/pyproject.toml index f67bb16..a5bd941 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,12 @@ [project] name = "osut" -version = "0.6.0a3" +version = "0.6.0" description = "OpenStudio SDK utilities for Python" readme = "README.md" requires-python = ">=3.2" authors = [ {name = "Denis Bourgeois", email = "denis@rd2.ca"} ] maintainers = [ {name = "Denis Bourgeois", email = "denis@rd2.ca"} ] -dependencies = [ - "numpy", - "oslg", - "openstudio>=3.6.1", - "dataclasses", -] +dependencies = ["oslg","openstudio>=3.6.1"] license = "BSD-3-Clause" license-files = ["LICENSE"] classifiers = [