Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jun 4, 2022
1 parent 0e12343 commit e2cc6ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clean
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ rm -f examples/*.svg
# the rest is common to all python directories
rm -f *.pyc *.pyo .test*.sum expected result install.out
rm -rf build *.egg-info dist __pycache__ .coverage .coverage-html htmlcov
rm -rf doc/.build

for i in */clean
do
if [[ "$i" == '*/clean' ]]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Utilities
Topic :: Scientific/Engineering
''').strip().split('\n'),
Expand Down

0 comments on commit e2cc6ee

Please sign in to comment.