Skip to content

Commit

Permalink
Better info for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Labfox committed Sep 29, 2024
1 parent 0359051 commit f046852
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta"
name = "whatsfly_labfox"
version = "0.2.01"
authors = [
{ name="Doy Bachtiar", email="adityabachtiar996@gmail.com" },
{ name="Labfox", email="consockbind@gmail.com"},
{ name="Doy Bachtiar", email="adityabachtiar996@gmail.com" },
{ name = "Otamay", email="mauricio@ulisse.io"},
{ name = "Ivo Bellin Salarin", email="ivo@nilleb.com"}
]
Expand All @@ -18,7 +18,11 @@ requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Topic :: Communications",
"Topic :: Communications :: Chat",
]
dependencies = [
"types-pyyaml",
Expand Down

0 comments on commit f046852

Please sign in to comment.