Skip to content

Commit 8ea8fa4

Browse files
Refactor import statements to use absolute imports for improved clarity and consistency
1 parent 37e3d04 commit 8ea8fa4

15 files changed

+6
-2
lines changed

CLI/pyproject.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ requires-python = ">=3.7"
1515
dependencies = ["requests", "argparse", "rich", "flask"]
1616

1717
[tool.setuptools.packages.find]
18-
include = ["cas", "cas.commands"]
18+
include = ["src", "src.commands"]
1919

2020
[project.scripts]
21-
cas = "cas.cli:main"
21+
cas = "src.cli:main"
22+
23+
[project.urls]
24+
Homepage = "https://github.com/upayanmazumder/collaborative-Article-Sharing"
25+
Issues = "https://github.com/upayanmazumder/Collaborative-Article-Sharing/issues"
File renamed without changes.

CLI/cas/cli.py CLI/src/cli.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)