0.0.1 initial. /JL
This commit is contained in:
8
README.md
Normal file
8
README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# pyxtend
|
||||
A small Python module to implement a plugin system for your application.
|
||||
|
||||
## Usage
|
||||
```python
|
||||
|
||||
```
|
||||
|
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[project]
|
||||
name = "pyxtend"
|
||||
version = "0.0.1"
|
||||
authors = [
|
||||
{ name="Jan Lerking" },
|
||||
]
|
||||
description = "A small Python module to implement a plugin system for your application."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/Lerking/pyxtend"
|
||||
Issues = "https://github.com/Lerking/pyxtend/issues"
|
||||
Wiki = "https://github.com/Lerking/pyxtend/wiki"
|
Reference in New Issue
Block a user