-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename module from 'smartmeter' to 'vienna_smartmeter' (#12)
* Rename smartmeter package to vienna_smartmeter * Remove package includes * Update README * Update smartmeter paths
- Loading branch information
Showing
10 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
[tool.poetry] | ||
name = "vienna-smartmeter" | ||
packages = [ | ||
{ include = "smartmeter", from = "src" }, | ||
] | ||
version = "0.2.0" | ||
description = "Python library to access the Wiener Netze Smart Meter private API." | ||
authors = ["Platysma <[email protected]>"] | ||
|
@@ -57,7 +54,7 @@ source = ["src", "*/site-packages"] | |
|
||
[tool.coverage.run] | ||
branch = true | ||
source = ["smartmeter"] | ||
source = ["vienna_smartmeter"] | ||
|
||
[tool.coverage.report] | ||
show_missing = true | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters