Skip to content

Commit

Permalink
v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tiramiseb committed May 29, 2023
1 parent b4a40c3 commit c05cc8f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 37 deletions.
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ things too rarely to remember them correctly...
Firstn change version in `setup.py`, then execute:

```plain
python setup.py sdist
twine upload dist/*
python3 -m build
python3 -m twine upload dist/*
```
8 changes: 0 additions & 8 deletions MANIFEST

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

27 changes: 27 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[project]
name = "pycalaos"
version = "0.0.20"
authors = [
{ name = "Sébastien Maccagnoni", email = "sebastien@maccagnoni.eu" },
]
description = "Calaos home automation client library"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
license = { file = "LICENSE.txt" }
dependencies = [
"netifaces"
]

[project.urls]
Homepage = "https://github.com/tiramiseb/pycalaos"
Repository = "https://github.com/tiramiseb/pycalaos.git"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

24 changes: 0 additions & 24 deletions setup.py

This file was deleted.

0 comments on commit c05cc8f

Please sign in to comment.