Compare commits
	
		
			2 commits
		
	
	
		
			c44b331b2e
			...
			8678a764d7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8678a764d7 | |||
| c98eb4e9be | 
					 2 changed files with 39 additions and 1 deletions
				
			
		|  | @ -4,7 +4,6 @@ import logging | ||||||
| import json | import json | ||||||
| import os | import os | ||||||
| import urllib.parse | import urllib.parse | ||||||
| import traceback |  | ||||||
| 
 | 
 | ||||||
| from pelican import signals | from pelican import signals | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										39
									
								
								pyproject.toml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								pyproject.toml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,39 @@ | ||||||
|  | # SPDX-FileCopyrightText: 2024 Tobias Schmidl | ||||||
|  | # | ||||||
|  | # SPDX-License-Identifier: MIT | ||||||
|  | 
 | ||||||
|  | [project] | ||||||
|  | name = "pelican-plugin-activitypub" | ||||||
|  | version = "0.1.0" | ||||||
|  | description = "Pelican plugin implementing Activitypub" | ||||||
|  | authors = [{name = "s3lph", email = "s3lph@kabelsalat.ch"}, {name = "Tobias Schmidl", email = "tobias@schmidl.dev"}] | ||||||
|  | license = { text = "MIT" } | ||||||
|  | readme = "README.md" | ||||||
|  | keywords = ["pelican", "plugin", "activitypub", "pingback"] | ||||||
|  | 
 | ||||||
|  | classifiers = [ | ||||||
|  |     "Development Status :: 3 - Alpha", | ||||||
|  |     "Environment :: Console", | ||||||
|  |     "Framework :: Pelican", | ||||||
|  |     "Framework :: Pelican :: Plugins", | ||||||
|  |     "Intended Audience :: End Users/Desktop", | ||||||
|  |     "License :: OSI Approved :: MIT License", | ||||||
|  |     "Operating System :: OS Independent", | ||||||
|  |     "Topic :: Internet :: WWW/HTTP", | ||||||
|  |     "Topic :: Software Development :: Libraries :: Python Modules", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | requires-python = ">=3.8.1,<4.0" | ||||||
|  | dependencies = [ | ||||||
|  |     "pelican>=4.5", | ||||||
|  | ] | ||||||
|  | 
 | ||||||
|  | [project.urls] | ||||||
|  | Documentation = "https://git.kabelsalat.ch/s3lph/pelican-plugin-activitypub/src/branch/main/README.md" | ||||||
|  | Source = "https://git.kabelsalat.ch/s3lph/pelican-plugin-activitypub/" | ||||||
|  | Tracker = "https://git.kabelsalat.ch/s3lph/pelican-plugin-activitypub/issues" | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | [build-system] | ||||||
|  | requires = ["setuptools >= 61.0"] | ||||||
|  | build-backend = "setuptools.build_meta" | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue