From 0d35a9b5d20e4fc63ffb1107d4e7f3b426596116 Mon Sep 17 00:00:00 2001 From: josiah Date: Thu, 29 Apr 2021 15:05:23 -0500 Subject: [PATCH] Update readme, pyproject.toml to reference readme. --- pyproject.toml | 1 + readme.org | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 75a6ae5..fe1ffca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,3 +9,4 @@ author-email = "me@jowj.net" home-page = "https://git.awful.club/projects/warren" classifiers = [ "License :: OSI Approved :: MIT License",] +description-file = "readme.org" diff --git a/readme.org b/readme.org index 891a90c..78f4ac6 100644 --- a/readme.org +++ b/readme.org @@ -16,3 +16,7 @@ Listen for http posts on two routes, - [ ] gui front end for sql queries ** references gonna try this new packaging paradigm: https://antonz.org/python-packaging/ + +** notes to myself +- flit is interesting but REALLY frustrating; if you get something wrong the errors are not very obvious. + - there's some issue with entering a password in the cli as prompted; putting it in the ~.pypirc~ file fixes the issue?