Skip to content

Commit

Permalink
fix toml/setup.py warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
henryivesjones committed Oct 3, 2022
1 parent cdb850b commit 3305c2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@ authors = [
]
description = "A community wrapper for the Tulip API"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.6"
dependencies = [
"requests",
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]

keywords = [
"tulip",
"api",
]

[project.urls]
"Homepage" = "https://github.com/henryivesjones/community-tulip-api"
"Bug Tracker" = "https://github.com/henryivesjones/community-tulip-api/issues"
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ def read(fname):

setup(
name="community-tulip-api",
version="0.1.2",
author="Henry Jones",
author_email="[email protected]",
description="A community wrapper for the Tulip API",
license="GPLv3",
keywords="tulip api",
url="https://github.com/henryivesjones/community-tulip-api",
packages=["tulip_api"],
package_dir={"tulip_api": "tulip_api"},
Expand Down

0 comments on commit 3305c2e

Please sign in to comment.