11 Commits
2 changed files with 15 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
dist:
python -m build
test:
twine upload --repository testpypi dist/*
publish:
twine upload --repository pypi dist/*
all:
$(dist)
$(test)
$(publish)
+2 -2
View File
@@ -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",