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

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit a142fc7
Author: Norman Rzepka <[email protected]>
Date:   Mon Jul 22 16:48:49 2019 +0200

    circle

commit a30414d
Author: Norman Rzepka <[email protected]>
Date:   Mon Jul 22 16:43:46 2019 +0200

    test ci

commit 6157867
Author: Norman Rzepka <[email protected]>
Date:   Mon Jul 22 16:32:06 2019 +0200

    remove files from package
  • Loading branch information
normanrz committed Jul 23, 2019
1 parent 10931db commit 2ebd004
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ workflows:
- build_test:
filters:
tags:
only: /.*/
only: /.*/
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
recursive-exclude .* *
exclude .*
recursive-exclude tests *
recursive-exclude testdata *
recursive-exclude examples *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="wknml",
packages=find_packages(exclude=("tests",)),
packages=find_packages(exclude=("tests","examples")),
use_scm_version=True,
setup_requires=['setuptools_scm'],
install_requires=["loxun"],
Expand Down

0 comments on commit 2ebd004

Please sign in to comment.