Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit 964d049

Browse files
committed
Updated to v0.2.3
1 parent efa7889 commit 964d049

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__copyright__ = "Copyright 2016"
66
__credits__ = ["Anders S. Christensen (2016) https://github.com/qmlcode/qml"]
77
__license__ = "MIT"
8-
__version__ = "0.2.1"
8+
__version__ = "0.2.3"
99
__maintainer__ = "Anders S. Christensen"
1010
__email__ = "[email protected]"
1111
__status__ = "Beta"
@@ -108,6 +108,7 @@ def setup_pepytools():
108108
description = __description__,
109109
long_description = readme(),
110110
keywords = 'Quantum Machine Learning',
111+
download_url = "https://github.com/qmlcode/qml/archive/0.2.3.tar.gz",
111112
url = __url__,
112113

113114
# set up package contents

0 commit comments

Comments
 (0)