Skip to content

Commit

Permalink
chore: update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Feb 12, 2024
1 parent 1d63f26 commit 650cfe9
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build
on:
push:
tags:
- '*'
- 'v*.*.*'

permissions:
contents: read
Expand Down Expand Up @@ -110,7 +110,6 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ on:
push:
branches:
- main
tags:
- '*'
pull_request:
workflow_dispatch:

permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 (2024-TBA)
---

## Version 0.1.0 (2024-02-12)

### Added

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ authors = ["u8slvn <u8slvn@gmail.com>"]
name = "bionic-writer"
version = "0.1.0"
edition = "2021"
description = ""
description = "Write Bionic Reading text with Python."
homepage = "https://github.com/u8slvn/bionic-writer"
repository = "https://github.com/u8slvn/bionic-writer"
readme = "README.md"
license = "MIT"
keywords = [
"bionic reading",
"json",
"dataclass",
"bionicreading",
"bionic-reading",
"text-formatter",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
11 changes: 0 additions & 11 deletions Pipfile

This file was deleted.

12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@ build-backend = "maturin"
name = "bionic-writer"
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Developers",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Rust",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"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",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = [
"authors",
Expand Down

0 comments on commit 650cfe9

Please sign in to comment.