Skip to content

Commit

Permalink
OPT: Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Alves committed Apr 5, 2022
1 parent 24a0949 commit 016d346
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This Makefile requires the following commands to be available:
# * python3.10
# * docker

SRC:=pkgsettings tests setup.py

Expand Down
15 changes: 12 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
pkgsettings
===========

.. image:: https://secure.travis-ci.org/kpn-digital/py-pkgsettings.svg?branch=master
:target: https://travis-ci.org/kpn-digital/py-pkgsettings?branch=master
.. image:: https://github.com/kpn/py-pkgsettings/actions/workflows/tests.yml/badge.svg?branch=master
:target: https://github.com/kpn/py-pkgsettings/actions/workflows/tests.yml

.. image:: https://img.shields.io/codecov/c/github/kpn-digital/py-pkgsettings/master.svg
:target: https://codecov.io/github/kpn-digital/py-pkgsettings?branch=master

.. image:: https://img.shields.io/pypi/v/pkgsettings.svg
:target: https://pypi.python.org/pypi/pkgsettings
:target: https://pypi.org/project/pkgsettings

.. image:: https://img.shields.io/pypi/pyversions/pkgsettings.svg
:target: https://pypi.org/project/pkgsettings

.. image:: https://readthedocs.org/projects/py-pkgsettings/badge/?version=latest
:target: https://py-pkgsettings.readthedocs.org/en/latest/?badge=latest

.. image:: https://img.shields.io/pypi/l/pkgsettings.svg
:target: https://pypi.org/project/pkgsettings

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/kpn/py-pkgsettings


Goal
----
Expand Down
Empty file removed requirements/requirements-base.txt
Empty file.
11 changes: 0 additions & 11 deletions requirements/requirements-testing.txt

This file was deleted.

32 changes: 0 additions & 32 deletions setup_gen.py

This file was deleted.

0 comments on commit 016d346

Please sign in to comment.