Skip to content

Commit

Permalink
Removed configuration required previously by flit-scm
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jan 3, 2022
1 parent 9150352 commit 4f6ba78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_task:
folder: ~/.cache/pip

install_script:
- pkg install -y py38-sqlite3 git
- pkg install -y py38-sqlite3
- python3.8 -m ensurepip
- pip3 install .[test]
script: pytest
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ test = [
]

[tool.flit.sdist]
include = ["src/wheel/_version.py"]
exclude = [
".cirrus.yml",
".github/*",
Expand All @@ -54,9 +53,6 @@ exclude = [
".readthedocs.yml"
]

[tool.setuptools_scm]
write_to = "src/wheel/_version.py"

[tool.black]
target-version = ['py37']
extend-exclude = '''
Expand Down

0 comments on commit 4f6ba78

Please sign in to comment.