From 58100b3a547cd911cebb05e77ff22cef85c713ff Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 10 Apr 2020 16:26:18 -0400 Subject: [PATCH] pymodules -> py_modules, fix packaging --- VERSION | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/setup.cfg b/setup.cfg index 5000020..8e5e635 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ install_requires = aiopg>=1.0.0,<2 sprockets.http>=2.1.1,<3 tornado>=6,<7 -pymodules = +py_modules = sprockets_postgres zip_safe = true