Skip to content

Commit

Permalink
Remove old python setup files (#1955)
Browse files Browse the repository at this point in the history
* Remove old python setup files

* Try pip install

* Mackup is now 3.8+
  • Loading branch information
lra authored Nov 4, 2023
1 parent a60d177 commit da732b8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 475 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
strategy:
matrix:
python-version:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand All @@ -19,5 +16,5 @@ jobs:
container: python:${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- run: python setup.py install
- run: pip install .
- run: mackup --help
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test:
poetry run nosetests --with-coverage --cover-branches --cover-package=mackup

clean:
rm -rf __pycache__
rm -rf dist/
rm -rf Mackup.egg-info/

Expand Down
16 changes: 0 additions & 16 deletions Pipfile

This file was deleted.

415 changes: 0 additions & 415 deletions Pipfile.lock

This file was deleted.

13 changes: 7 additions & 6 deletions doc/release.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Release

1. Move all the WIP changes under a new version in the [changelog](../CHANGELOG.md)
2. Increment the version in [constants.py](../mackup/constants.py)
3. `git commit` with the message `Mackup X.Y.Z`
4. `git tag <version>`
5. `git push`
6. `git push --tags`
7. `make release`
1. Increment the version in [constants.py](../mackup/constants.py)
1. Increment the version in [pyproject.toml](../pyproject.toml)
1. `git commit` with the message `Mackup X.Y.Z`
1. `git tag <version>`
1. `git push`
1. `git push --tags`
1. `make release`
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

32 changes: 0 additions & 32 deletions setup.py

This file was deleted.

0 comments on commit da732b8

Please sign in to comment.