Skip to content

Commit

Permalink
v0.5.2 add metadata to setup.py (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cranti authored Jul 7, 2017
1 parent dd3b6c9 commit 7568cc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
package_name = 'grift'

setup(name=package_name,
version='0.5.1',
version='0.5.2',
description='A clean approach to app configuration',
keywords='app config configuration schema python',
maintainer_email='grift-maintainer@kensho.com',
url='https://github.com/kensho-technologies/grift',
packages=find_packages(),
package_data={package_name + '.tests': ['*.json']},
install_requires=[
Expand Down

0 comments on commit 7568cc5

Please sign in to comment.