-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify that only Linux is supported
- Loading branch information
Showing
2 changed files
with
3 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,18 +22,12 @@ warn_unused_ignores = true | |
name = "itchcraft" | ||
version = "0.2.0" | ||
description = "Tech demo for interfacing with heat-based USB insect bite healers" | ||
readme = [ | ||
"README.md", | ||
"USAGE.md", | ||
] | ||
authors = [ | ||
"Claudia Pellegrino <[email protected]>", | ||
] | ||
readme = ["README.md", "USAGE.md"] | ||
authors = ["Claudia Pellegrino <[email protected]>"] | ||
license = "Apache-2.0" | ||
# See https://pypi.org/pypi?%3Aaction=list_classifiers | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Operating System :: MacOS", | ||
"Operating System :: POSIX :: Linux", | ||
"Topic :: Utilities", | ||
] | ||
|