chefmate 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: chefmate
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A CodeChef automation CLI tool
5
5
  Home-page: https://github.com/Anuj-72/ChefMate
6
6
  Author: Anuj Kumar Sah
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chefmate
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A CodeChef automation CLI tool
5
5
  Home-page: https://github.com/Anuj-72/ChefMate
6
6
  Author: Anuj Kumar Sah
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ chefmate = chefmate.cli:interactive
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='chefmate',
5
- version='1.0.0',
5
+ version='1.0.1',
6
6
  author='Anuj Kumar Sah',
7
7
  author_email='anujsah282005@gmail.com',
8
8
  description='A CodeChef automation CLI tool',
@@ -24,7 +24,7 @@ setup(
24
24
  ],
25
25
  entry_points={
26
26
  'console_scripts': [
27
- 'chefmate=chefmate.cli:cli',
27
+ 'chefmate=chefmate.cli:interactive',
28
28
  ]
29
29
  },
30
30
  classifiers=[
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- chefmate = chefmate.cli:cli
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes