Skip to content

Commit

Permalink
Minor changes ready for bump to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrion committed May 22, 2020
1 parent 57de5f8 commit aef01e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 70 deletions.
61 changes: 0 additions & 61 deletions .circleci/config.yml

This file was deleted.

6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
OctoRest
===========================

.. |CircleCI| image:: https://circleci.com/gh/dougbrion/OctoRest.svg?style=svg
:target: https://circleci.com/gh/dougbrion/OctoRest

.. |License MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
:target: https://opensource.org/licenses/MIT

Python client library for OctoPrint REST API

This is continued work after the great start by Miro Hrončok of covering the
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='octorest',
version='0.3',
version='0.4',
description='Client library for OctoPrint REST API',
long_description=''.join(open('README.rst', encoding='utf-8').readlines()),
long_description_content_type='text/x-rst',
Expand All @@ -17,7 +17,7 @@
setup_requires=['pytest-runner'],
tests_require=['pytest', 'betamax-serializers', 'betamax'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Alpha',
'Intended Audience :: Developers',
'Intended Audience :: Manufacturing',
'Intended Audience :: Science/Research',
Expand All @@ -36,5 +36,5 @@
'Topic :: Printing',
'Topic :: Software Development :: Libraries',
'Topic :: System :: Networking :: Monitoring',
]
]
)

0 comments on commit aef01e3

Please sign in to comment.