Skip to content

Commit

Permalink
properly forked and versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
Cediddi committed Mar 4, 2019
1 parent 50854d5 commit 5abeddb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
This is a fork of the package Serpy authored by Clark Duvall maintained by Genomize.

----

*********************************************
serpy: ridiculously fast object serialization
*********************************************
Expand Down
3 changes: 2 additions & 1 deletion serpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
Field, BoolField, IntField, FloatField, MethodField, StrField)
from serpy.serializer import Serializer, DictSerializer

__version__ = '0.3.1'
__version__ = '0.3.1+genomize.1'
__author__ = 'Clark DuVall'
__maintainer__ = 'Genomize'
__license__ = 'MIT'

__all__ = [
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@

setup(
name='serpy',
version='0.3.1',
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='[email protected]',
maintainer="Genomize",
maintainer_email="[email protected]",
license='MIT',
install_requires=['six'],
test_suite='tests',
Expand Down

0 comments on commit 5abeddb

Please sign in to comment.