diff --git a/baulab/README.md b/baukit/README.md similarity index 100% rename from baulab/README.md rename to baukit/README.md diff --git a/baulab/__init__.py b/baukit/__init__.py similarity index 100% rename from baulab/__init__.py rename to baukit/__init__.py diff --git a/baulab/labwidget.py b/baukit/labwidget.py similarity index 100% rename from baulab/labwidget.py rename to baukit/labwidget.py diff --git a/baulab/nethook.py b/baukit/nethook.py similarity index 100% rename from baulab/nethook.py rename to baukit/nethook.py diff --git a/baulab/paintwidget.py b/baukit/paintwidget.py similarity index 100% rename from baulab/paintwidget.py rename to baukit/paintwidget.py diff --git a/baulab/pbar.py b/baukit/pbar.py similarity index 100% rename from baulab/pbar.py rename to baukit/pbar.py diff --git a/baulab/pidfile.py b/baukit/pidfile.py similarity index 100% rename from baulab/pidfile.py rename to baukit/pidfile.py diff --git a/baulab/plotwidget.py b/baukit/plotwidget.py similarity index 100% rename from baulab/plotwidget.py rename to baukit/plotwidget.py diff --git a/baulab/runningstats.py b/baukit/runningstats.py similarity index 100% rename from baulab/runningstats.py rename to baukit/runningstats.py diff --git a/baulab/show.py b/baukit/show.py similarity index 100% rename from baulab/show.py rename to baukit/show.py diff --git a/baulab/workerpool.py b/baukit/workerpool.py similarity index 100% rename from baulab/workerpool.py rename to baukit/workerpool.py diff --git a/setup.cfg b/setup.cfg index 6e9bf02..d5f7754 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,14 @@ [metadata] -name = baulab +name = baukit version = 0.0.1 author = David Bau author_email = david.bau@gmail.com 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/baulab +url = https://github.com/davidbau/baukit project_urls = - Bug Tracker = https://github.com/davidbau/baulab/issues + Bug Tracker = https://github.com/davidbau/baukit/issues classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License @@ -16,6 +16,6 @@ classifiers = [options] package_dir = - baulab = baulab -packages = baulab + baukit = baukit +packages = baukit python_requires = >=3.7