Compare commits
No commits in common. "main" and "serverside-testing" have entirely different histories.
main
...
serverside
@ -5,7 +5,7 @@ import sys
|
|||||||
|
|
||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE
|
||||||
|
|
||||||
read_messages = "/run/pcomon/read_messages"
|
read_messages = "/run/test/messages"
|
||||||
|
|
||||||
def get_creds(filename: str) -> dict[str, str]:
|
def get_creds(filename: str) -> dict[str, str]:
|
||||||
with open(filename, "r") as creds_handle:
|
with open(filename, "r") as creds_handle:
|
||||||
|
24
setup.py
24
setup.py
@ -1,24 +0,0 @@
|
|||||||
from setuptools import setup, find_packages
|
|
||||||
|
|
||||||
setup(
|
|
||||||
name = 'pcomon',
|
|
||||||
version = '1.0.0',
|
|
||||||
author = 'stupidcomputer',
|
|
||||||
author_email = 'ryan@beepboop.systems',
|
|
||||||
url = 'https://git.beepboop.systems/stupidcomputer/pcomon',
|
|
||||||
description = 'monitor planning center online for new messages',
|
|
||||||
license = 'GPLv3',
|
|
||||||
entry_points = {
|
|
||||||
'console_scripts': [
|
|
||||||
'pcomon = pcomon.entry:entry'
|
|
||||||
]
|
|
||||||
},
|
|
||||||
packages=["pcomon"],
|
|
||||||
classifiers = (
|
|
||||||
"Programming Language :: Python :: 3",
|
|
||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
||||||
"Operating System :: POSIX :: Linux",
|
|
||||||
"Environment :: Console"
|
|
||||||
),
|
|
||||||
zip_safe = False
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user