iss-tracker-cli 0.2.0__tar.gz → 0.2.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: iss-tracker-cli
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: CLI tool for tracking the real-time position of the International Space Station (ISS) and displaying how many people are currently in space
5
5
  Author: KON/NOS R
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iss-tracker-cli
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: CLI tool for tracking the real-time position of the International Space Station (ISS) and displaying how many people are currently in space
5
5
  Author: KON/NOS R
6
6
  License: MIT
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ iss-tracker = iss_tracker.main:main
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "iss-tracker-cli"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "CLI tool for tracking the real-time position of the International Space Station (ISS) and displaying how many people are currently in space"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -34,7 +34,7 @@ classifiers = [
34
34
  ]
35
35
 
36
36
  [project.scripts]
37
- iss-tracker = "iss_tracker:main"
37
+ iss-tracker = "iss_tracker.main:main"
38
38
 
39
39
  [tool.setuptools]
40
40
  py-modules = ["iss_tracker"]
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- iss-tracker = iss_tracker:main
File without changes