summarylogtreecommitdiffstats
path: root/setup.py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py.patch')
-rw-r--r--setup.py.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup.py.patch b/setup.py.patch
new file mode 100644
index 000000000000..e539419026f0
--- /dev/null
+++ b/setup.py.patch
@@ -0,0 +1,14 @@
+diff --git a/setup.py b/setup.py
+index 301e4c7..ee9b540 100644
+--- a/setup.py
++++ b/setup.py
+@@ -27,8 +27,7 @@ setup_options = dict(
+ maintainer_email="larsmans@gmail.com",
+ license="MIT",
+ url="https://github.com/larsmans/seqlearn",
+- packages=["seqlearn", "seqlearn._utils", "seqlearn._decode",
+- "seqlearn/tests"],
++ packages=["seqlearn", "seqlearn._utils", "seqlearn._decode"],
+ classifiers=[
+ "Development Status :: 3 - Alpha",
+ "Intended Audience :: Developers",