diff --git a/.gitignore b/.gitignore index 029519e..5c2e01a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ __pycache__/ -*.py[cod] \ No newline at end of file +*.py[cod] + +dist/ +*.egg-info/ \ No newline at end of file diff --git a/brukeropus.egg-info/PKG-INFO b/brukeropus.egg-info/PKG-INFO index 21fc3fc..dff5635 100644 --- a/brukeropus.egg-info/PKG-INFO +++ b/brukeropus.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: brukeropus -Version: 1.0.0 +Version: 1.0.1 Summary: A python package for communicating with Bruker OPUS spectroscopy software and reading its binary file format. Author-email: Josh Duran Project-URL: Homepage, https://github.com/joshduran/brukeropus diff --git a/dist/brukeropus-1.0.0-py3-none-any.whl b/dist/brukeropus-1.0.0-py3-none-any.whl deleted file mode 100644 index 6b751b2..0000000 Binary files a/dist/brukeropus-1.0.0-py3-none-any.whl and /dev/null differ diff --git a/dist/brukeropus-1.0.0.tar.gz b/dist/brukeropus-1.0.0.tar.gz deleted file mode 100644 index f253404..0000000 Binary files a/dist/brukeropus-1.0.0.tar.gz and /dev/null differ