Skip to content

Commit 0dd121d

Browse files
committed
update the publisher
1 parent c681664 commit 0dd121d

File tree

2 files changed

+15
-37
lines changed

2 files changed

+15
-37
lines changed

pyproject.toml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[project]
22
name = "Textpipe"
3-
version = "0.1.0"
4-
description = "all in one tool for text processing"
3+
version = "0.1.1"
4+
description = "All-in-one tool for text processing"
5+
readme = { file = "README.md", content-type = "text/markdown" }
6+
license = { text = "MIT" }
57
authors = [
6-
{ name="Textpipe Team", email="[email protected]" }
8+
{ name = "Textpipe Team", email = "[email protected]" }
79
]
810
requires-python = ">=3.7"
911
dependencies = [
@@ -14,6 +16,16 @@ dependencies = [
1416
"pandas",
1517
"bs4"
1618
]
19+
keywords = ["text processing", "text analysis", "natural language processing"]
20+
classifiers = [
21+
"Programming Language :: Python :: 3",
22+
"Operating System :: OS Independent",
23+
"License :: OSI Approved :: MIT License",
24+
"Development Status :: 4 - Beta",
25+
"Intended Audience :: Developers",
26+
"Natural Language :: English"
27+
]
28+
urls = { "Homepage" = "https://github.com/CodexEsto/textpipe" }
1729

1830
[build-system]
1931
requires = ["setuptools>=61.0"]

setup.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)