update pyproject

This commit is contained in:
ge 2022-09-30 12:07:24 +03:00
parent 2c9524aa55
commit a8e4ba69f9
1 changed files with 9 additions and 3 deletions

View File

@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
[project]
name = 'reSW'
version = '0.1.0'
version = '0.1.2'
description = 'Highly customizable static site generator for reStructuredText markup'
readme = 'README'
requires-python = ">=3.6"
requires-python = ">=3.7"
keywords = ['reStructuredText', 'SSG', 'static site generator']
license = {text = 'GNU General Public License v3 or later (GPLv3+)'}
dependencies = [
@ -27,5 +27,11 @@ classifiers = [
rsw = 'rsw:cli'
[tool.setuptools]
py-modules = ['rsw']
include-package-data = true
zip-safe = true
[tool.setuptools.packages]
find = {}
[tool.setuptools.package-data]
rsw = ['*.jinja2']