diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..b88034e41 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md diff --git a/setup.py b/setup.py index 131875d7e..07a044693 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ __copyright__ = "Copyright 2016" __credits__ = ["Anders S. Christensen (2016) https://github.com/qmlcode/qml"] __license__ = "MIT" -__version__ = "0.2.1" +__version__ = "0.2.3" __maintainer__ = "Anders S. Christensen" __email__ = "andersbiceps@gmail.com" __status__ = "Beta" @@ -108,6 +108,7 @@ def setup_pepytools(): description = __description__, long_description = readme(), keywords = 'Quantum Machine Learning', + download_url = "https://github.com/qmlcode/qml/archive/0.2.3.tar.gz", url = __url__, # set up package contents