From f9730ed7fcd35c7f5a7e0e892ddb6662eddfd3c4 Mon Sep 17 00:00:00 2001 From: Agah Date: Wed, 24 Jul 2024 16:01:13 -0400 Subject: [PATCH] Fix dirs --- bin/__init__.py | 0 bin/{repo2data => repo2data.py} | 0 setup.py => old_setup.py | 0 pyproject.toml | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bin/__init__.py rename bin/{repo2data => repo2data.py} (100%) rename setup.py => old_setup.py (100%) diff --git a/bin/__init__.py b/bin/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/bin/repo2data b/bin/repo2data.py similarity index 100% rename from bin/repo2data rename to bin/repo2data.py diff --git a/setup.py b/old_setup.py similarity index 100% rename from setup.py rename to old_setup.py diff --git a/pyproject.toml b/pyproject.toml index 7abf09d..ea93569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ ] [project.scripts] -repo2data = "bin/repo2data:main" +repo2data = "repo2data.bin.repo2data:main" [project.urls] Homepage = "https://github.com/SIMEXP/Repo2Data"