Skip to content

Commit

Permalink
Missing specification in pyproject.toml to make kite_provider discove…
Browse files Browse the repository at this point in the history
…rable
  • Loading branch information
dalthviz committed Nov 14, 2023
1 parent 66e7197 commit 5970a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use this completions provider you will need to install Spyder 6 (at least 6.0

To install the provider package, you can use `pip` with something like:

pip install git+https://github.com/spyder-ide/kite-provider.git@v0.1.0
pip install git+https://github.com/spyder-ide/kite-provider.git@v0.2.0

**Note:** Support for Kite is not available anymore. The code here is meant to be used for demonstration proposes only, using it could brake your Spyder setup or make Spyder unstable! Use/install at your own risk.

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kite-provider"
version = "0.1.0"
version = "0.2.0"
description = "Kite completions provider for Spyder"
authors = [
{name = "Spyder Project Contributors", email = "[email protected]"},
Expand Down Expand Up @@ -34,6 +34,6 @@ Homepage = "https://github.com/spyder-ide/kite-provider"
kite = "kite_provider.provider:KiteProvider"

[tool.setuptools]
py-modules = []
py-modules = ["kite_provider"]
license-files = ["LICENSE"]
include-package-data = false

0 comments on commit 5970a99

Please sign in to comment.