Skip to content

Commit

Permalink
build: fix pypi name
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Feb 15, 2024
1 parent 1d96702 commit c7fa248
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "TextBlob"
name = "textblob"
version = "0.18.0"
description = "Simple, Pythonic text processing. Sentiment analysis, part-of-speech tagging, noun phrase parsing, and more."
readme = "README.rst"
Expand Down Expand Up @@ -34,10 +34,6 @@ dev = ["textblob[tests]", "tox", "pre-commit~=3.5"]
requires = ["flit_core<4"]
build-backend = "flit_core.buildapi"

[tool.flit.module]
# Needed because import name is `textblob` and package name is `TextBlob`
name = "textblob"

[tool.flit.sdist]
include = ["tests/", "CHANGELOG.rst", "CONTRIBUTING.rst", "tox.ini"]

Expand Down

0 comments on commit c7fa248

Please sign in to comment.