Skip to content

Commit

Permalink
Merge pull request #6 from pomponchik/develop
Browse files Browse the repository at this point in the history
0.0.9
  • Loading branch information
pomponchik authored Nov 29, 2023
2 parents 9ebfcac + aac8ea0 commit 021435d
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 49 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}

- name: Install the library
shell: bash
run: python setup.py install
run: pip install .

- name: Install dependencies
shell: bash
Expand Down
9 changes: 0 additions & 9 deletions Dockerfile

This file was deleted.

33 changes: 33 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[build-system]
requires = ['setuptools==68.0.0']
build-backend = 'setuptools.build_meta'

[project]
name = 'fazy'
version = '0.0.9'
authors = [
{ name='Evgeniy Blinov', email='zheni-b@yandex.ru' },
]
description = 'Lazy f-strings for everyone'
readme = 'README.md'
requires-python = '>=3.7'
classifiers = [
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'License :: OSI Approved :: MIT License',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
]

[project.urls]
'Source' = 'https://github.com/pomponchik/fazy'
'Tracker' = 'https://github.com/pomponchik/fazy/issues'
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ pytest==7.2.2
coverage==7.2.2
wheel==0.40.0
twine==4.0.2
build==0.9.0
ruff==0.0.290
mypy==1.4.1
37 changes: 0 additions & 37 deletions setup.py

This file was deleted.

0 comments on commit 021435d

Please sign in to comment.