Skip to content

Commit

Permalink
chore: prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Nov 10, 2018
1 parent 1452903 commit f6a67e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include README.rst
include README.md
include LICENSE
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ def readme():


setup(name='pycayennelpp',
version='0.4',
version='1.0.0',
python_requires='>=3.4',
description='Encoder and Decoder for CayenneLLP',
long_description=readme(),
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3 :: Only',
Expand All @@ -26,5 +26,4 @@ def readme():
packages=['cayennelpp'],
setup_requires=["pytest-runner"],
tests_require=['pytest'],
include_package_data=True,
zip_safe=False)
include_package_data=True)

0 comments on commit f6a67e0

Please sign in to comment.