Skip to content

Commit

Permalink
updated package metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Dec 18, 2018
1 parent 8af65da commit 925f0e4
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions steenzout/serialization/json/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,35 @@
#
"""Metadata module."""

__author__ = 'Pedro Salgado'
__author_email__ = 'steenzout@ymail.com'
__author__ = u'Pedro Salgado'
__author_email__ = u'steenzout@ymail.com'

__classifiers__ = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
u'Development Status :: 5 - Production/Stable',
u'Intended Audience :: Developers',
u'Natural Language :: English',
u'License :: OSI Approved :: Apache Software License',
u'Programming Language :: Python',
u'Programming Language :: Python :: 2.7',
u'Programming Language :: Python :: 3',
u'Programming Language :: Python :: 3.5',
u'Programming Language :: Python :: 3.6',
u'Programming Language :: Python :: 3.7',
u'Programming Language :: Python :: Implementation :: CPython',
u'Programming Language :: Python :: Implementation :: PyPy'
]

__description__ = 'Steenzout JSON serialization package.'
__copyright__ = u'2016-2018, %s' % __author__

__license__ = 'Apache 2.0'
__description__ = u'Steenzout JSON serialization package.'

__maintainer__ = 'Pedro Salgado'
__maintainer_email__ = 'steenzout@ymail.com'
__license__ = u'Apache 2.0'

__package__ = 'steenzout.serialization.json'
__maintainer__ = u'Pedro Salgado'
__maintainer_email__ = u'steenzout@ymail.com'

__url__ = 'https://github.com/steenzout/python-serialization-json'
__package__ = u'steenzout.serialization.json'

__version__ = '1.0.6'
__url__ = u'https://github.com/steenzout/python-serialization-json'

__version__ = u'1.0.8'

0 comments on commit 925f0e4

Please sign in to comment.