update pyproject
This commit is contained in:
		@@ -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']
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user