Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68d3aa3ed2 | |||
| 2ea29fe5ea | |||
| 1195d399b6 | |||
| b709e4d942 | |||
| 96bb0f0f3d | |||
| 993617976f | |||
| 828213912e | |||
| 44136c33b8 | |||
| 490423e94a | |||
| fa2c25d6c5 | |||
| 0db2e1dfca |
@@ -0,0 +1,13 @@
|
||||
dist:
|
||||
python -m build
|
||||
|
||||
test:
|
||||
twine upload --repository testpypi dist/*
|
||||
|
||||
publish:
|
||||
twine upload --repository pypi dist/*
|
||||
|
||||
all:
|
||||
$(dist)
|
||||
$(test)
|
||||
$(publish)
|
||||
@@ -3,13 +3,13 @@ if __name__ == "__main__":
|
||||
|
||||
setup(
|
||||
name="XtendR",
|
||||
version="0.0.5",
|
||||
version="0.0.9",
|
||||
packages=find_packages(),
|
||||
install_requires=[],
|
||||
author="Jan Lerking",
|
||||
author_email="",
|
||||
description="A modular plugin system for Python.",
|
||||
url="www.gitea.com/Lerking/XtendR",
|
||||
url="https://www.gitea.com/Lerking/XtendR",
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
||||
Reference in New Issue
Block a user