Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
setup template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 22, 2019
1 parent 21c3421 commit 1e684ab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ omit =
/home/travis/virtualenv/*
*/site-packages/*
*/bin/*
*/transcarread/*

[report]
exclude_lines =
Expand Down
4 changes: 3 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[flake8]
max-line-length = 132
exclude = .git,__pycache__,.eggs/,doc/,docs/,build/,dist/,archive/
exclude = .git,__pycache__,.eggs/,doc/,docs/,build/,dist/,archive/
per-file-ignores =
__init__.py:F401
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]

[tool.black]
line-length = 132
9 changes: 0 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ long_description_content_type = text/markdown

[options]
python_requires = >= 3.6
setup_requires =
setuptools >= 38.6
pip >= 10
twine >= 1.11
packages = find:
scripts =
MonoenergeticBeams.py
Expand All @@ -49,8 +45,3 @@ cov =
coveralls
flake8
mypy


[options.entry_points]
console_scripts =
transcar = RunTranscar:main

0 comments on commit 1e684ab

Please sign in to comment.