Skip to content

Commit 87ab501

Browse files
committed
getting rid of dupliacate egg
1 parent bb17b18 commit 87ab501

File tree

11 files changed

+9
-36
lines changed

11 files changed

+9
-36
lines changed
-2 KB
Binary file not shown.

dist/fluss_api-0.1.9.5.tar.gz

-3.39 KB
Binary file not shown.
2.01 KB
Binary file not shown.

dist/fluss_api-0.1.9.7.tar.gz

3.43 KB
Binary file not shown.

fluss_api.egg-info/PKG-INFO

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

fluss_api.egg-info/SOURCES.txt

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

fluss_api.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

fluss_api.egg-info/top_level.txt

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

fluss_api/fluss_api.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Metadata-Version: 2.2
22
Name: fluss_api
3-
Version: 0.1.9.5
3+
Version: 0.1.9.7
44
Summary: Fluss+ API Client
55
Author: Marcello Jardim
66
Author-email: marcello@fluss.io
7-
Project-URL: Homepage, https://github.com/NjeruFluss/flussapi
7+
Project-URL: Homepage, https://github.com/fluss/Fluss_Python_Library
88
Requires-Python: >=3.10
99
Description-Content-Type: text/markdown
1010
License-File: LICENSE

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fluss_api"
7-
version = "0.1.9.5"
7+
version = "0.1.9.7"
88
description = "Fluss+ API Client"
99
readme = "README.md"
10-
requires-python = ">=3.7"
10+
requires-python = ">=3.10"
1111
dependencies = ["aiohttp"]
1212

13+
[tool.setuptools]
14+
package-dir = {"" = "fluss_api"}
15+
1316
[tool.setuptools.packages.find]
1417
where = ["fluss_api"]
1518

1619
[project.urls]
17-
"Homepage" = "https://github.com/NjeruFluss/flussapi"
20+
"Homepage" = "https://github.com/fluss/Fluss_Python_Library"

0 commit comments

Comments
 (0)