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/
|
||||
- name: Publish distribution 📦 to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
github-release:
|
||||
name: >-
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -160,3 +160,5 @@ cython_debug/
|
||||
# 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.
|
||||
#.idea/
|
||||
|
||||
**/_version.py
|
@ -1 +0,0 @@
|
||||
__version__ = "editable"
|
@ -7,7 +7,7 @@ name = "goat_monitor"
|
||||
authors = [{ name = "Brendan Haines", email = "brendan.haines@gmail.com" }]
|
||||
description = "Remote monitoring of anything"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11" # might work with earlier versions, I haven't tried
|
||||
requires-python = ">=3"
|
||||
# keywords = ["one", "two"]
|
||||
license = { text = "MIT License" }
|
||||
classifiers = ["Programming Language :: Python :: 3"]
|
||||
|
Reference in New Issue
Block a user