We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7cd969 + 73639c9 commit 5354035Copy full SHA for 5354035
2 files changed
MANIFEST.in
@@ -1,4 +1,5 @@
1
include requirements.txt
2
include disclaimer.txt
3
include Dockerfile
4
-include ext_lib/*
+include ext_lib/*
5
+include ext_lib/dotnet/*
corems/mass_spectra/input/brukerSolarix.py
@@ -1,7 +1,6 @@
__author__ = "Yuri E. Corilo"
__date__ = "Oct 29, 2019"
-from future import __annotations__
from threading import Thread
6
from pathlib import Path
7
from s3path import S3Path
0 commit comments