Skip to content

Commit

Permalink
Few fixes to get rid of Zip message
Browse files Browse the repository at this point in the history
  • Loading branch information
HagaiHargil committed Dec 30, 2019
1 parent 6f3912a commit 5cd9d29
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 167 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog
Latest version
==============

0.11.1 (2019-12-30)
-------------------

* Fix the sdist tar.gz file.

0.11.0 (2019-12-30)
--------------------

Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy >= 1.16
matplotlib >= 3.0
pandas >= 0.24
attrs == 19.1
attrs == 19.3
cython >= 0.29
scipy >= 1.2
scikit-learn >= 0.20
Expand All @@ -18,4 +18,5 @@ twine
black
mypy
flake8
typed-ast
-e .
8 changes: 0 additions & 8 deletions pip-wheel-metadata/pysight.dist-info/AUTHORS.rst

This file was deleted.

111 changes: 0 additions & 111 deletions pip-wheel-metadata/pysight.dist-info/LICENSE

This file was deleted.

44 changes: 0 additions & 44 deletions pip-wheel-metadata/pysight.dist-info/METADATA

This file was deleted.

1 change: 0 additions & 1 deletion pip-wheel-metadata/pysight.dist-info/top_level.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ def run(self):
for root, _, _ in os.walk("src")
for path in glob(join(root, "*.pyx" if Cython else "*.c"))
],
data_files=[("config", "src/pysight/configs/default.toml")],
data_files=[("src/pysight/configs/default.toml")],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py36
envlist = py36, py37

[testenv]
commands = pytest
Expand Down

0 comments on commit 5cd9d29

Please sign in to comment.