Skip to content

Commit

Permalink
Merge pull request #4 from bonicim/fix-readme
Browse files Browse the repository at this point in the history
Update readme, pyproject
  • Loading branch information
craig8 authored Oct 28, 2022
2 parents da3d3fa + 1e7e87e commit afb86b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# volttron-lib-fake-driver


![Passing?](https://github.com/VOLTTRON/volttron-lib-fake-driver/actions/workflows/run_tests.yml/badge.svg)
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://VOLTTRON.github.io/volttron-lib-fake-driver/)
[![pypi version](https://img.shields.io/pypi/v/volttron-lib-fake-driver.svg)](https://pypi.org/project/volttron-lib-fake-driver/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand All @@ -11,7 +9,7 @@ This project contains Drivers supported and maintained by the Volttron team.
# Prerequisites

* Python 3.8
* Poetry 1.2
* Poetry 1.2.2

## Python

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ description = "Fake Driver supported and maintained by the Volttron team."
authors = ["Mark Bonicillo <[email protected]>"]
license = "Apache License 2.0"
readme = "README.md"
repository = "https://github.com/VOLTTRON/volttron-lib-fake-driver"
homepage = "https://github.com/VOLTTRON/volttron-lib-fake-driver"
repository = "https://github.com/eclipse-volttron/volttron-lib-fake-driver"
homepage = "https://github.com/eclipse-volttron/volttron-lib-fake-driver"
keywords = []
packages = [ { include = "volttron", from = "src" } ]
classifiers = [
Expand Down

0 comments on commit afb86b8

Please sign in to comment.