tm-timer 1.0.0__tar.gz → 1.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tm-timer
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Terminal timer with pause/resume and alert
5
5
  Author: ph4nt01
6
6
  Classifier: Programming Language :: Python :: 3
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="tm-timer",
5
- version="1.0.0",
5
+ version="1.0.1",
6
6
  packages=find_packages(),
7
7
  entry_points={
8
8
  "console_scripts": [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tm-timer
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Terminal timer with pause/resume and alert
5
5
  Author: ph4nt01
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,7 +1,7 @@
1
1
  README.md
2
2
  setup.py
3
- timer/__init__.py
4
- timer/cli.py
3
+ tm_timer/__init__.py
4
+ tm_timer/cli.py
5
5
  tm_timer.egg-info/PKG-INFO
6
6
  tm_timer.egg-info/SOURCES.txt
7
7
  tm_timer.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ tm_timer
@@ -1 +0,0 @@
1
- timer
File without changes
File without changes
File without changes