Skip to content

Commit

Permalink
Cleanup root of the repo a bit more. (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored Oct 5, 2023
2 parents d642a96 + c9975d9 commit 605e3da
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 492 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,11 @@ jobs:
- name: Ingest
run: |
coverage run -a -m papyri install ~/.papyri/data/*.zip
- name: Relink
run: |
coverage run -a -m papyri relink
coverage run -a -m papyri render --ascii
- name: Render
python -m papyri render --ascii
ls -al

- name: Convert .coverage sql to xml for upload
Expand Down
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

16 changes: 0 additions & 16 deletions app.json

This file was deleted.

128 changes: 0 additions & 128 deletions index.html

This file was deleted.

4 changes: 0 additions & 4 deletions mypy.ini

This file was deleted.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classifiers = ["License :: OSI Approved :: MIT License"]
readme = "Readme.md"
license = {file = "LICENSE"}
dynamic = ["version","description"]
requires-python=">=3.8"
requires-python=">=3.10"
dependencies = [
"typer",
"tomli;python_version>='3.11'",
Expand Down Expand Up @@ -49,3 +49,7 @@ filterwarnings = "ignore:The module numpy.dual.*:DeprecationWarning"

[project.urls]
Home = "https://github.com/Carreau/papyri"

[tool.mypy]
python_version = 3.10
ignore_missing_imports = true
3 changes: 0 additions & 3 deletions pytest.ini

This file was deleted.

1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

110 changes: 0 additions & 110 deletions scipy-2022-proposal

This file was deleted.

Loading

0 comments on commit 605e3da

Please sign in to comment.