Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
virgesmith committed Sep 15, 2020
1 parent 503ce88 commit 13dca11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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++'
),
]
Expand Down

0 comments on commit 13dca11

Please sign in to comment.