From 324789bc2815b32544b45cc5da17f7e3bc65b473 Mon Sep 17 00:00:00 2001 From: David Bau Date: Sun, 20 Mar 2022 09:25:58 -0400 Subject: [PATCH] Rename project. --- {torchkit => baulab}/README.md | 0 {torchkit => baulab}/labwidget.py | 0 {torchkit => baulab}/nethook.py | 0 {torchkit => baulab}/paintwidget.py | 0 {torchkit => baulab}/pbar.py | 0 {torchkit => baulab}/pidfile.py | 0 {torchkit => baulab}/plotwidget.py | 0 {torchkit => baulab}/runningstats.py | 0 {torchkit => baulab}/show.py | 0 {torchkit => baulab}/workerpool.py | 0 setup.cfg | 12 ++++++------ 11 files changed, 6 insertions(+), 6 deletions(-) rename {torchkit => baulab}/README.md (100%) rename {torchkit => baulab}/labwidget.py (100%) rename {torchkit => baulab}/nethook.py (100%) rename {torchkit => baulab}/paintwidget.py (100%) rename {torchkit => baulab}/pbar.py (100%) rename {torchkit => baulab}/pidfile.py (100%) rename {torchkit => baulab}/plotwidget.py (100%) rename {torchkit => baulab}/runningstats.py (100%) rename {torchkit => baulab}/show.py (100%) rename {torchkit => baulab}/workerpool.py (100%) diff --git a/torchkit/README.md b/baulab/README.md similarity index 100% rename from torchkit/README.md rename to baulab/README.md diff --git a/torchkit/labwidget.py b/baulab/labwidget.py similarity index 100% rename from torchkit/labwidget.py rename to baulab/labwidget.py diff --git a/torchkit/nethook.py b/baulab/nethook.py similarity index 100% rename from torchkit/nethook.py rename to baulab/nethook.py diff --git a/torchkit/paintwidget.py b/baulab/paintwidget.py similarity index 100% rename from torchkit/paintwidget.py rename to baulab/paintwidget.py diff --git a/torchkit/pbar.py b/baulab/pbar.py similarity index 100% rename from torchkit/pbar.py rename to baulab/pbar.py diff --git a/torchkit/pidfile.py b/baulab/pidfile.py similarity index 100% rename from torchkit/pidfile.py rename to baulab/pidfile.py diff --git a/torchkit/plotwidget.py b/baulab/plotwidget.py similarity index 100% rename from torchkit/plotwidget.py rename to baulab/plotwidget.py diff --git a/torchkit/runningstats.py b/baulab/runningstats.py similarity index 100% rename from torchkit/runningstats.py rename to baulab/runningstats.py diff --git a/torchkit/show.py b/baulab/show.py similarity index 100% rename from torchkit/show.py rename to baulab/show.py diff --git a/torchkit/workerpool.py b/baulab/workerpool.py similarity index 100% rename from torchkit/workerpool.py rename to baulab/workerpool.py diff --git a/setup.cfg b/setup.cfg index 0271d21..6e9bf02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,14 @@ [metadata] -name = torchkit +name = baulab version = 0.0.1 author = David Bau author_email = david.bau@gmail.com -description = Torch kit for quick research prototyping +description = Bau lab python library for quick research prototyping long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/davidbau/torchkit +url = https://github.com/davidbau/baulab project_urls = - Bug Tracker = https://github.com/davidbau/torchkit/issues + Bug Tracker = https://github.com/davidbau/baulab/issues classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License @@ -16,6 +16,6 @@ classifiers = [options] package_dir = - torchkit = torchkit -packages = torchkit + baulab = baulab +packages = baulab python_requires = >=3.7