Skip to content

Commit

Permalink
pypi release (correct category)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Aug 18, 2015
1 parent 7aee505 commit e1dd5f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.18'
release = '0.1.19'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
]

setup(name='gamification-engine',
version='0.1.18',
description='gamification-engine',
version='0.1.19',
description='The Gamification-Engine (gengine) provides an API for integrating any kinds of gamification features.',
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Programming Language :: Python",
Expand All @@ -39,7 +39,7 @@
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 2.7",
"License :: OSI Approved :: GNU Affero General Public License v3"
"License :: OSI Approved :: MIT License"
],
author='Marcel Sander, Jens Janiuk',
author_email='[email protected]',
Expand Down

0 comments on commit e1dd5f5

Please sign in to comment.