Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
heyyo committed May 22, 2018
1 parent e690d06 commit 6c18afd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
recursive-include bw_plex/audfprint *

# So we exlude the damn tests from bw_plex
recursive-include / *.md *.txt *.py
exclude tests *
prune tests
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@
],

# What does your project relate to?
keywords='skip intro plex',
keywords='skip intro/outro plex',

# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
packages=find_packages(),
include_package_data=True,


# List run-time dependencies here. These will be installed by pip when
Expand Down

0 comments on commit 6c18afd

Please sign in to comment.