Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
a5b7c0220b | |||
1c1eaa71de | |||
30f0d0a576 | |||
e2e19876cc |
2
.github/workflows/python_publish.yml
vendored
2
.github/workflows/python_publish.yml
vendored
@ -56,6 +56,8 @@ jobs:
|
|||||||
path: dist/
|
path: dist/
|
||||||
- name: Publish distribution 📦 to PyPI
|
- name: Publish distribution 📦 to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
with:
|
||||||
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|
||||||
github-release:
|
github-release:
|
||||||
name: >-
|
name: >-
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -159,4 +159,6 @@ cython_debug/
|
|||||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
**/_version.py
|
@ -1 +0,0 @@
|
|||||||
__version__ = "editable"
|
|
@ -7,7 +7,7 @@ name = "goat_monitor"
|
|||||||
authors = [{ name = "Brendan Haines", email = "brendan.haines@gmail.com" }]
|
authors = [{ name = "Brendan Haines", email = "brendan.haines@gmail.com" }]
|
||||||
description = "Remote monitoring of anything"
|
description = "Remote monitoring of anything"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11" # might work with earlier versions, I haven't tried
|
requires-python = ">=3"
|
||||||
# keywords = ["one", "two"]
|
# keywords = ["one", "two"]
|
||||||
license = { text = "MIT License" }
|
license = { text = "MIT License" }
|
||||||
classifiers = ["Programming Language :: Python :: 3"]
|
classifiers = ["Programming Language :: Python :: 3"]
|
||||||
|
Reference in New Issue
Block a user