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 a35642c
Show file tree
Hide file tree
Showing 2 changed files with 9 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
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
maintainer="Genomize",
maintainer_email="[email protected]",
license='MIT',
install_requires=['six'],
test_suite='tests',
Expand Down

0 comments on commit a35642c

Please sign in to comment.