File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343releases_issue_uri = "https://github.com/pypa/twine/issues/%s"
4444releases_release_uri = "https://github.com/pypa/twine/tree/%s"
4545
46+ releases_debug = False # Change to True to see debug output
47+
4648# Add any paths that contain templates here, relative to this directory.
4749templates_path = ["_templates" ]
4850
5759
5860# General information about the project.
5961project = "twine"
60- copyright = "2013 , Donald Stufft and individual contributors"
62+ copyright = "2018 , Donald Stufft and individual contributors"
6163
6264# The version info for the project you're documenting, acts as replacement for
6365# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 1- # Copyright 2013 Donald Stufft
1+ # Copyright 2018 Donald Stufft and individual contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1- # Copyright 2013 Donald Stufft
1+ # Copyright 2018 Donald Stufft and individual contributors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1919)
2020
2121__title__ = "twine"
22- __summary__ = "Collection of utilities for interacting with PyPI"
23- __uri__ = "https ://github.com/pypa/twine "
22+ __summary__ = "Collection of utilities for publishing packages on PyPI"
23+ __uri__ = "http ://twine.readthedocs.io/ "
2424
25- __version__ = "1.9.1 "
25+ __version__ = "1.10.0rc1 "
2626
2727__author__ = "Donald Stufft and individual contributors"
2828__email__ = "donald@stufft.io"
2929
3030__license__ = "Apache License, Version 2.0"
31- __copyright__ = "Copyright 2013 Donald Stufft"
31+ __copyright__ = "Copyright 2018 Donald Stufft and individual contributors "
You can’t perform that action at this time.
0 commit comments