From a35642c470b2d7138d583ff86ebc6586e270aab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20Karc=C4=B1?= Date: Mon, 4 Mar 2019 13:06:15 +0300 Subject: [PATCH] properly forked and versioned --- README.rst | 4 ++++ setup.py | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9b37f76..f265db3 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,7 @@ +This is a fork of the package Serpy authored by Clark Duvall maintained by Genomize. + +---- + ********************************************* serpy: ridiculously fast object serialization ********************************************* diff --git a/setup.py b/setup.py index 123bf23..5f3bb01 100644 --- a/setup.py +++ b/setup.py @@ -8,13 +8,15 @@ long_description = f.read() setup( - name='serpy', - version='0.3.1', + name='serpy-genomize', + version='0.3.1+genomize.1', description='ridiculously fast object serialization', long_description=long_description, - url='https://github.com/clarkduvall/serpy', + url='https://github.com/genomize/serpy-genomize', author='Clark DuVall', author_email='clark.duvall@gmail.com', + maintainer="Genomize", + maintainer_email="info@genomize.com", license='MIT', install_requires=['six'], test_suite='tests',