update pyproject
This commit is contained in:
parent
2c9524aa55
commit
a8e4ba69f9
@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = 'reSW'
|
name = 'reSW'
|
||||||
version = '0.1.0'
|
version = '0.1.2'
|
||||||
description = 'Highly customizable static site generator for reStructuredText markup'
|
description = 'Highly customizable static site generator for reStructuredText markup'
|
||||||
readme = 'README'
|
readme = 'README'
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.7"
|
||||||
keywords = ['reStructuredText', 'SSG', 'static site generator']
|
keywords = ['reStructuredText', 'SSG', 'static site generator']
|
||||||
license = {text = 'GNU General Public License v3 or later (GPLv3+)'}
|
license = {text = 'GNU General Public License v3 or later (GPLv3+)'}
|
||||||
dependencies = [
|
dependencies = [
|
||||||
@ -27,5 +27,11 @@ classifiers = [
|
|||||||
rsw = 'rsw:cli'
|
rsw = 'rsw:cli'
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
py-modules = ['rsw']
|
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
|
zip-safe = true
|
||||||
|
|
||||||
|
[tool.setuptools.packages]
|
||||||
|
find = {}
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
rsw = ['*.jinja2']
|
||||||
|
Loading…
Reference in New Issue
Block a user