Skip to content

Commit 17fff77

Browse files
committed
Remove beeware package configuration.
1 parent 2f189f0 commit 17fff77

15 files changed

+30
-360
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/config-file-deps-bump.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/pre-commit-update.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/translate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ jobs:
3434
python-version: "3.X"
3535
cache: pip
3636
cache-dependency-path: |
37-
**/pyproject.toml
37+
requirements.dev.txt
38+
requirements.docs.txt
3839
.pre-commit-config.yaml
3940
4041
- name: Update pip
4142
run: python -m pip install -U pip
4243

4344
- name: Install tox
44-
run: python -m pip install .[dev]
45+
run: python -m pip install -r requirements.dev.txt
4546

4647
- name: Configure git
4748
run: |

.pre-commit-config.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.readthedocs.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build:
1313
python: "3.12"
1414
jobs:
1515
pre_build:
16+
- pip install -r requirements.dev.txt
1617
- tox -e docs-lint
1718

1819
# Build documentation in the docs/ directory with Sphinx
@@ -28,8 +29,4 @@ formats:
2829
# Optionally declare the Python requirements required to build your docs
2930
python:
3031
install:
31-
- method: pip
32-
path: .
33-
extra_requirements:
34-
- dev
35-
- docs
32+
- requirements: requirements.docs.txt

AUTHORS

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://beeware.org/static/images/brutus-270.png" alt="BeeWare Logo" height="72">
33
</a>
44

5-
# BeeWare
5+
# BeeWare Tutorial
66

77
[![Python Versions](https://img.shields.io/pypi/pyversions/beeware.svg)](https://pypi.python.org/pypi/beeware)
88
[![PyPI Version](https://img.shields.io/pypi/v/beeware.svg)](https://pypi.python.org/pypi/beeware)
@@ -14,8 +14,7 @@
1414
BeeWare is a collection of tools and libraries for building and
1515
distributing native applications in Python.
1616

17-
For an introduction to the full BeeWare suite, we recommend running the
18-
[BeeWare Tutorial](https://tutorial.beeware.org/).
17+
You can view this tutorial [here](https://tutorial.beeware.org/).
1918

2019
## Community
2120

@@ -24,17 +23,15 @@ You can talk to the BeeWare community through:
2423
- [@beeware@fosstodon.org on Mastodon](https://fosstodon.org/@beeware)
2524
- [Discord](https://beeware.org/bee/chat/)
2625

27-
We foster a welcoming and respectful community as described in our
28-
[BeeWare Community Code of
29-
Conduct](http://beeware.org/community/behavior/).
26+
We foster a welcoming and respectful community as described in our [BeeWare
27+
Community Code of Conduct](http://beeware.org/community/behavior/).
3028

3129
## Contributing
3230

3331
If you experience problems with BeeWare, [log them on
34-
GitHub](https://github.com/beeware/beeware/issues). If you want to
35-
contribute code, please [fork the
36-
code](https://github.com/beeware/beeware) and [submit a pull
37-
request](https://github.com/beeware/beeware/pulls).
32+
GitHub](https://github.com/beeware/beeware/issues). If you want to contribute
33+
code, please [fork the code](https://github.com/beeware/beeware) and [submit a
34+
pull request](https://github.com/beeware/beeware/pulls).
3835

3936
### Translations
4037

0 commit comments

Comments
 (0)