From 13dca11b57c8d3e8f63dbbfcdd85fc3909d9ca1d Mon Sep 17 00:00:00 2001 From: virgesmith Date: Tue, 15 Sep 2020 22:41:34 +0100 Subject: [PATCH] fixes --- README.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d6f786e..65233cc8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # neworder -![PyPI](https://img.shields.io/pypi/v/neworder) -![PyPI - Python Version](https://img.shields.io/pypi/pyversions/neworder) -![PyPI - Downloads](https://img.shields.io/pypi/dm/neworder) +[![PyPI](https://img.shields.io/pypi/v/neworder)](https://pypi.org/project/neworder/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/neworder)](https://pypi.org/project/neworder/) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/neworder)](https://pypi.org/project/neworder/) [![Build Status](https://travis-ci.org/virgesmith/neworder.png?branch=master)](https://travis-ci.org/virgesmith/neworder) [![Build status](https://ci.appveyor.com/api/projects/status/oycn4is2insoiun7?svg=true)](https://ci.appveyor.com/project/virgesmith/neworder) diff --git a/setup.py b/setup.py index a5d8c539..9044b17f 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ def __str__(self): get_pybind_include(), ], #extra_compile_args=cxxflags(), - depends=list_files(["src/include", "src/lib"], ["h"]), + depends=["VERSION"] + list_files(["src/include", "src/lib"], ["h"]), language='c++' ), ]