talklib 1.3.3__tar.gz → 1.3.4__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.1
2
2
  Name: talklib
3
- Version: 1.3.3
3
+ Version: 1.3.4
4
4
  Summary: A package to automate processing of shows/segments airing on the TL
5
5
  Author-email: Ben Weddle <ben.weddle@gmail.com>
6
6
  Maintainer-email: Ben Weddle <ben.weddle@gmail.com>
@@ -470,7 +470,7 @@ SD.run()
470
470
  - On Windows: `venv\Scripts\activate`
471
471
  - On Mac: `source venv/bin/activate`
472
472
  - Update pip
473
- - `pip install --upgrade pip`
473
+ - `py -m pip install --upgrade pip`
474
474
  - depending on your OS, instead of `pip` you may need to run `pip3`
475
475
  - Install the package into your virtual environment
476
476
  - `pip install -e .`
@@ -392,7 +392,7 @@ SD.run()
392
392
  - On Windows: `venv\Scripts\activate`
393
393
  - On Mac: `source venv/bin/activate`
394
394
  - Update pip
395
- - `pip install --upgrade pip`
395
+ - `py -m pip install --upgrade pip`
396
396
  - depending on your OS, instead of `pip` you may need to run `pip3`
397
397
  - Install the package into your virtual environment
398
398
  - `pip install -e .`
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "talklib"
3
- version = "1.3.3"
3
+ version = "1.3.4"
4
4
  description = "A package to automate processing of shows/segments airing on the TL"
5
5
  readme = "README.md"
6
6
  license = {file = "LICENSE.txt"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: talklib
3
- Version: 1.3.3
3
+ Version: 1.3.4
4
4
  Summary: A package to automate processing of shows/segments airing on the TL
5
5
  Author-email: Ben Weddle <ben.weddle@gmail.com>
6
6
  Maintainer-email: Ben Weddle <ben.weddle@gmail.com>
@@ -470,7 +470,7 @@ SD.run()
470
470
  - On Windows: `venv\Scripts\activate`
471
471
  - On Mac: `source venv/bin/activate`
472
472
  - Update pip
473
- - `pip install --upgrade pip`
473
+ - `py -m pip install --upgrade pip`
474
474
  - depending on your OS, instead of `pip` you may need to run `pip3`
475
475
  - Install the package into your virtual environment
476
476
  - `pip install -e .`
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes