Skip to content

Commit

Permalink
Upgrade setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
teharris1 committed Jan 13, 2023
1 parent 5397b59 commit 97f9d9b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 49 deletions.
25 changes: 25 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[build-system]
requires = ["setuptools~=62.3", "wheel~=0.37.1"]
build-backend = "setuptools.build_meta"

[project]
name = "insteon-frontend-home-assistant"
version = "0.3.0"
license = {text = "MIT License"}
description = "The Insteon frontend for Home Assistant"
readme = "README.md"
authors = [
{name = "Tom Harris", email = "[email protected]"}
]
requires-python = ">=3.4.0"

[project.urls]
"Homepage" = "https://github.com/home-assistant/frontend"

[tool.setuptools]
platforms = ["any"]
zip-safe = false
include-package-data = true

[tool.setuptools.packages.find]
include = ["insteon_frontend*"]
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ if [ ! -d "./homeassistant-frontend/src" ]; then
git submodule update
cd ..
fi

pip install --upgrade twine build
yarn install
14 changes: 0 additions & 14 deletions setup.py

This file was deleted.

34 changes: 0 additions & 34 deletions tsconfig copy.json

This file was deleted.

0 comments on commit 97f9d9b

Please sign in to comment.