Skip to content

Commit

Permalink
Merge pull request #54 from dtsong/version_bump_1.1.0
Browse files Browse the repository at this point in the history
Update to version 1.1.0
  • Loading branch information
wfordh authored Feb 3, 2024
2 parents da7ac74 + 4130ff8 commit 0633391
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# pyproject.toml

[tool.poetry]
name = "sleeper-wrapper"
version = "1.1.0"
description = "A Python API wrapper for Sleeper Fantasy sports, as well as tools to simplify received data."
authors = ["Dan Song, Ford Higgins <py-sleeper-api-wrapper-maintainers@googlegroups.com>"]
readme = "README.md"
license = "MIT"
homepage = "https://github.com/dtsong/sleeper-api-wrapper"
repository = "https://github.com/dtsong/sleeper-api-wrapper"
documentation = "https://github.com/dtsong/sleeper-api-wrapper/tree/master/docs"
keywords = ["fantasy football", "fantasy sports", "sports", "sleeper fantasy", "sleeper"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]

[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.22.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
28 changes: 0 additions & 28 deletions setup.py

This file was deleted.

0 comments on commit 0633391

Please sign in to comment.