-
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.
Changed package name to sensingcluespy (#1)
- Loading branch information
1 parent
44679d3
commit d3436de
Showing
20 changed files
with
29 additions
and
26 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 |
---|---|---|
|
@@ -3,11 +3,11 @@ requires = ["setuptools"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "sensingclues" | ||
name = "sensingcluespy" | ||
authors = [ | ||
{name = "sensing_clues", email = "[email protected]"}, | ||
] | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
description = "Python client to extract data from SensingClues" | ||
readme = "readme.md" | ||
requires-python = ">=3.9" | ||
|
@@ -31,7 +31,7 @@ optional-dependencies.dev = { file = ["requirements_dev.txt"] } | |
sensingclues = ["extractors/*"] | ||
|
||
[tool.setuptools.packages.find] | ||
include = ["sensingclues*"] | ||
include = ["sensingcluespy*"] | ||
exclude = ["docs/*", "tests/*", "notebooks/*"] | ||
|
||
[tool.black] | ||
|
@@ -48,7 +48,7 @@ extend-exclude = ''' | |
profile = "black" | ||
|
||
[tool.bumpver] | ||
current_version = "0.2.2" | ||
current_version = "0.2.3" | ||
version_pattern = "MAJOR.MINOR.PATCH[-TAG]" | ||
commit_message = "bump version {old_version} -> {new_version}" | ||
tag_message = "{new_version}" | ||
|
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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