Skip to content

Commit

Permalink
bump to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
raylu committed Apr 8, 2024
1 parent ee9acec commit 1f60df0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
21 changes: 21 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
[project]
name = 'pigwig'
version = '0.8.0'
authors = [{name='raylu'}]
description = 'a python 3.6+ WSGI framework'
requires-python = '>=3.6'
readme = 'README.md'
classifiers = [
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP :: WSGI',
]
[project.urls]
homepage = 'https://github.com/raylu/pigwig'
issues = 'https://github.com/raylu/pigwig/issues'
[build-system]
requires = ['setuptools>=69']
build-backend = 'setuptools.build_meta'
[tool.setuptools.packages.find]
include = ['pigwig']
exclude = ['pigwig.tests']

[tool.mypy]
python_version = '3.8'
exclude = ['setup.py', 'docs/conf.py']
Expand Down
18 changes: 0 additions & 18 deletions setup.py

This file was deleted.

0 comments on commit 1f60df0

Please sign in to comment.