Skip to content

Commit e32e674

Browse files
committed
switch to pyproject, upload 0.1.5
1 parent dc97217 commit e32e674

File tree

11 files changed

+31
-160
lines changed

11 files changed

+31
-160
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.3
1+
3.7.9

LICENSE.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[project]
2+
name = "gql-query-builder-with-pyproject"
3+
authors = [ {name = "youyo", email = "1003ni2@gmail.com"}]
4+
version = "0.1.5"
5+
description = "This is a GraphQL query builder. This is a fork with pyproject to make installing possible on newer tools"
6+
readme = "README.md"
7+
requires-python = ">=3.6"
8+
9+
license = {text = "MIT License"}
10+
classifiers = [
11+
"License :: OSI Approved :: MIT License",
12+
"Development Status :: 3 - Alpha",
13+
"Intended Audience :: Developers",
14+
"Topic :: Software Development",
15+
"License :: OSI Approved :: MIT License",
16+
"Programming Language :: Python :: 3",
17+
]
18+
keywords = ["graphql", "gql", "query-builder"]
19+
[project.urls]
20+
Homepage = "https://github.com/rtaycher/gql-query-builder"
21+
22+
[tool.pytest.ini_options]
23+
testpaths = ["tests/test.py"]

requirements.txt

Whitespace-only changes.

setup.cfg

Lines changed: 0 additions & 8 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 52 deletions
This file was deleted.

tests/__init__.py

6 Bytes
Binary file not shown.

tox.ini

Lines changed: 0 additions & 15 deletions
This file was deleted.

uv.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)