File tree 4 files changed +10
-8
lines changed 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,17 @@ PyPrintful
5
5
`PyPrintful <https://github.com/559labs/PyPrintful >`_ is a simple Python3-compatible interface to the `Printful API
6
6
<http://api.printful.com/> `_.
7
7
8
- Quick Start
9
- -----------
8
+ Installation
9
+ ------------
10
10
11
11
1. Install the package with: `pip3 install pyprintful `
12
12
13
13
Documentation
14
14
-------------
15
15
16
- Documentation is available at <http://pyprintful.readthedocs.io/>.
16
+ - Documentation is available at `<http://pyprintful.readthedocs.io >`_.
17
+ - Report all bugs at `<https://github.com/559Labs/pyPrintful/issues >`_.
18
+
17
19
18
20
.. image :: https://readthedocs.org/projects/pyprintful/badge/?version=latest
19
21
:target: http://pyprintful.readthedocs.io/en/latest/?badge=latest
Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
61
61
# The short X.Y version.
62
- version = '1.0.0a6 '
62
+ version = '1.0.0 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '1.0.0a6 '
64
+ release = '1.0.0 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class pyPrintful:
16
16
:returns: A stateful object with an authenticated connection.
17
17
"""
18
18
19
- VERSION = "1.0.0a6 "
19
+ VERSION = "1.0.0 "
20
20
21
21
_store = {
22
22
'base_url' : 'https://api.printful.com/' ,
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'PyPrintful' ,
12
- version = '1.0.0a6 ' ,
12
+ version = '1.0.0 ' ,
13
13
description = 'A Python3 wrapper for the Printful.com API.' ,
14
14
long_description = long_description ,
15
15
url = 'https://github.com/559Labs/pyPrintful' ,
16
16
author = '559 Labs' ,
17
17
author_email = 'hello@559labs.com' ,
18
18
license = 'Apache' ,
19
19
classifiers = [
20
- 'Development Status :: 3 - Alpha ' ,
20
+ 'Development Status :: 5 - Production/Stable ' ,
21
21
'Environment :: Console' ,
22
22
'Framework :: Django' ,
23
23
'Framework :: Django :: 1.10' ,
You can’t perform that action at this time.
0 commit comments