From 0b6e59e5754d784628caf60a4ebd47a6cd4f3b43 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 28 Dec 2018 17:16:59 -0700 Subject: [PATCH] Trying to make it build to a deb without failing --- .gitignore | 9 +++ .idea/workspace.xml | 75 +++++++--------------- README.md | 2 +- notepostcli/__init__.py | 0 api.py => notepostcli/api.py | 4 ++ config.py => notepostcli/config.py | 4 ++ notepost.py => notepostcli/notepost.py | 11 +++- termcolors.py => notepostcli/termcolors.py | 5 ++ requirements.txt | 10 --- setup.py | 28 ++++++++ 10 files changed, 84 insertions(+), 64 deletions(-) create mode 100644 notepostcli/__init__.py rename api.py => notepostcli/api.py (74%) rename config.py => notepostcli/config.py (87%) rename notepost.py => notepostcli/notepost.py (92%) rename termcolors.py => notepostcli/termcolors.py (75%) delete mode 100644 requirements.txt create mode 100644 setup.py diff --git a/.gitignore b/.gitignore index 93526df..e9f2fd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ venv/ __pycache__/ +.idea/ +bin/ +deb_dist/ +dist/ +include/ +lib/ +NotePostCLI-*.tar.gz +share/ +NotePostCLI.egg-info/ diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a940118..6c87862 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,14 @@ - + + + + + + + +