Skip to content

Commit 8f9dfb9

Browse files
authored
Update pyproject.toml
1 parent f0766d5 commit 8f9dfb9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pyproject.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,38 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "githubiot"
7+
version = "1.0.5"
78
authors = [
89
{name = "GALIH RIDHO UTOMO", email = "g4lihru@students.unnes.ac.id"},
910
{name = "Fionita Fahra Azzahra", email = "fionitafahra13@students.unnes.ac.id"},
1011
]
12+
description = "GitHubIoT is a comprehensive toolkit designed to simplify the visualization of IoT (Internet of Things) data with seamless GitHub integration."
13+
readme = "README.md"
14+
requires-python = ">=3.6"
15+
keywords = ["Github", "IoT", "Arduino IDE", "Python Modules", "ESP32", "ESP8266", "webApp"]
16+
classifiers = [
17+
"Programming Language :: Python :: 3",
18+
"License :: OSI Approved :: MIT License",
19+
"Operating System :: OS Independent",
20+
]
21+
22+
dependencies = [
23+
"requests>=2.26.0",
24+
"matplotlib>=3.5.0",
25+
"numpy>=1.21.0",
26+
"pyinstaller>=5.0.0",
27+
]
1128

1229
[project.urls]
1330
Documentation = "https://github.com/4211421036/githubiotpy/README.md"
1431
Source = "https://github.com/4211421036/githubiotpy"
1532
Homepage = "https://4211421036.github.io/githubiotpy/"
33+
34+
[project.scripts]
35+
githubiot = "githubiot.cli:run_cli"
36+
37+
[tool.setuptools]
38+
include-package-data = true
39+
40+
[tool.setuptools.package-data]
41+
githubiot = ["templates/*"]

0 commit comments

Comments
 (0)