-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ name = "bluetooth-sensor-state-data" | |
version = "1.7.0" | ||
description = "Models for storing and converting Bluetooth Sensor State Data" | ||
authors = ["J. Nick Koston <[email protected]>"] | ||
license = "Apache Software License 2.0" | ||
readme = "README.md" | ||
repository = "https://github.com/bluetooth-devices/bluetooth-sensor-state-data" | ||
documentation = "https://bluetooth-sensor-state-data.readthedocs.io" | ||
|
@@ -13,6 +12,7 @@ classifiers = [ | |
"Natural Language :: English", | ||
"Operating System :: OS Independent", | ||
"Topic :: Software Development :: Libraries", | ||
"License :: OSI Approved :: Apache Software License", | ||
] | ||
packages = [ | ||
{ include = "bluetooth_sensor_state_data", from = "src" }, | ||
|