Skip to content

Commit

Permalink
Merge pull request #42 from 4Catalyzer/fix-description
Browse files Browse the repository at this point in the history
Fix package long description
  • Loading branch information
taion authored Mar 15, 2018
2 parents 227f890 + 76fc9ac commit b9e60bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[bdist_wheel]
universal = 1

[metadata]
long_description = file: README.rst
1 change: 0 additions & 1 deletion tests/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pytest

from flask_annex import Annex

from .helpers import AbstractTestAnnex, assert_key_value, get_upload_info

# -----------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion tests/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import pytest

from flask_annex import Annex

from .helpers import AbstractTestAnnex, assert_key_value, get_upload_info

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit b9e60bc

Please sign in to comment.