commit:     30987a47256464ec0abe29e9f88fdbaabd2d8351
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 14:22:04 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 14:22:04 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=30987a47

Release 0.8.0

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 ChangeLog | 3 +++
 setup.py  | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 17bbb0d..512c4c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 # ChangeLog for elogv
 
+0.8.0
+  * Set "packages=[]" in setup.py to fix the build
+
 0.7.9
   * Address deprecation warnings for Python >=3.8 (Gentoo bug #756019)
 

diff --git a/setup.py b/setup.py
index e832772..4aca7e6 100644
--- a/setup.py
+++ b/setup.py
@@ -252,7 +252,7 @@ class install_manpages(Command):
 man_pages = glob("man/*")
 
 setup(name="elogv",
-      version="0.7.9",
+      version="0.8.0",
       author="Luca Marturana",
       author_email="[email protected]",
       license="GPL-2",

Reply via email to