Skip to content

Commit

Permalink
replace all tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
shinoi2 committed Apr 12, 2024
1 parent 60797fa commit d0c0e5e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ author_email = [email protected]
url = https://hearthsim.info/fireplace/
download_url = https://github.com/HearthSim/fireplace/tarball/master
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Games/Entertainment :: Simulation
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Games/Entertainment :: Simulation

[options]
packages = find:
include_package_data = True
zip_safe = True
install_requires =
hearthstone
hearthstone_data
hearthstone
hearthstone_data

[options.packages.find]
exclude =
tests
tests
16 changes: 8 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ python =

[testenv]
commands =
coverage run --source fireplace -m pytest tests
coverage xml -o coverage.xml
coverage run --source fireplace -m pytest tests
coverage xml -o coverage.xml
deps =
pytest
pytest-cov
pytest
pytest-cov

[testenv:benchmark]
commands =
pytest {toxinidir}/tests/benchmarks.py
pytest {toxinidir}/tests/benchmarks.py
deps =
pytest-benchmark[aspect]
pytest-benchmark[aspect]

[testenv:format-check]
commands =
black --check .
black --check .
deps =
black
black

0 comments on commit d0c0e5e

Please sign in to comment.