Skip to content

Commit

Permalink
Merge pull request #27 from erichiggins/develop
Browse files Browse the repository at this point in the history
Fix readme and content type for twine
  • Loading branch information
erichiggins authored Jan 25, 2020
2 parents b76e26e + 8528229 commit b12587c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ Usage:
When the encoder meets a property of the `ndb.Key` type,
there are three encoding options available:

* `ndb_keys_as_entities` - encode Key property as a `Future` whose eventual result is the entity for the key.
This is the default option.
* `ndb_keys_as_entities` - encode Key property as a `Future` whose eventual result is the entity for the key. (**default**)
* `ndb_keys_as_pairs` - encode Key property as a tuple of (kind, id) pairs.
* `ndb_keys_as_urlsafe` - encode Key property as a websafe-base64-encoded serialized version of the key.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def test_requirements():
version=version(),
description="A collection of useful tools for Python apps running on Google App Engine.",
long_description=readme(),
long_description_content_type='text/markdown',
author="Eric Higgins",
author_email='erichiggins@gmail.com',
url='https://github.com/erichiggins/gaek',
Expand Down

0 comments on commit b12587c

Please sign in to comment.