Skip to content

Commit

Permalink
fix pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreGazagnes committed Feb 9, 2024
1 parent 7312744 commit e662f21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scikit-transformers"
version = "0.3.0"
version = "0.3.1"
description = "scikit-transformers is a very usefull package to enable and provide custom transformers such as LogColumnTransformer, BoolColumnTransformers and others fancy transformers."
# dynamic = ["version", "description"]
license = "GPL-3.0"
Expand All @@ -14,16 +14,18 @@ documentation = "https://alexandregazagnes.github.io/scikit-transformers/"

keywords=["python", "machine learning", "sklearn", "transformers", "scikit-learn", "tools", "data", "pandas"]
classifiers = [
"License :: OSI Approved :: GNU GPLv3 License",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Intended Audience :: Developers",
"Intended Audience :: Data Scientists",
"Intended Audience :: Data Engineers",
"Intended Audience :: Data Analysts",
"Intended Audience :: Education",
"Intended Audience :: Information Technology",
"Environment :: Other Environment",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering",
"Topic :: Data/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Software Development :: Libraries :: Python Modules"

]

Expand Down
2 changes: 1 addition & 1 deletion sktransf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# __description__ = importlib.metadata.metadata(__package__)["description"]
# __doc__ = importlib.metadata.metadata(__package__)["description"]

__version__ = "0.3.0"
__version__ = "0.3.1"
__description__ = "scikit-transformers is a very usefull package to enable and provide custom transformers such as LogColumnTransformer, BoolColumnTransformers and others fancy transformers."
__doc__ = """
**scikit-transformers** is a very usefull package to enable and provide custom transformers such as ```LogColumnTransformer```, ```BoolColumnTransformers``` and others fancy transformers.
Expand Down

0 comments on commit e662f21

Please sign in to comment.