pipcentral 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,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pipcentral
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: PipCentral is your one-stop tool for Python lovers
5
- Home-page: https://github.com/Suresh-pyhobbyist/pipcentrals
5
+ Home-page: https://github.com/Suresh-pyhobbyist/pipcentral
6
6
  Author: Suresh_Pyhobbist
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pipcentral
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: PipCentral is your one-stop tool for Python lovers
5
- Home-page: https://github.com/Suresh-pyhobbyist/pipcentrals
5
+ Home-page: https://github.com/Suresh-pyhobbyist/pipcentral
6
6
  Author: Suresh_Pyhobbist
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='pipcentral',
5
- version='1.0.0',
5
+ version='1.0.1',
6
6
  packages=find_packages(),
7
7
  py_modules=['pipcentral'],
8
8
  install_requires=[
@@ -14,7 +14,7 @@ setup(
14
14
  description='PipCentral is your one-stop tool for Python lovers',
15
15
  long_description=open('README.md',encoding='utf-8').read(),
16
16
  long_description_content_type='text/markdown',
17
- url="https://github.com/Suresh-pyhobbyist/pipcentrals",
17
+ url="https://github.com/Suresh-pyhobbyist/pipcentral",
18
18
  classifiers=[
19
19
  'Programming Language :: Python :: 3',
20
20
  'License :: OSI Approved :: MIT License',
File without changes
File without changes
File without changes
File without changes