uw-course 0.1.2__tar.gz → 0.1.3__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: uw-course
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A course helper tool for managing UW courses schedule
5
5
  Author-email: Jiucheng Zang <zangjiucheng@gmail.com>
6
6
  License: MIT
@@ -22,11 +22,7 @@ Requires-Dist: reportlab
22
22
  # uw-course
23
23
 
24
24
  [![PyPI version](https://badge.fury.io/py/uw-course.svg)](https://badge.fury.io/py/uw-course)
25
- [![Downloads](https://pepy.tech/badge/uw-course)](https://pepy.tech/project/uw-course)
26
- [![Downloads](https://pepy.tech/badge/uw-course/month)](https://pepy.tech/project/uw-course)
27
- [![Downloads](https://pepy.tech/badge/uw-course/week)](https://pepy.tech/project/uw-course)
28
25
 
29
- [![GitHub issues](https://img.shields.io/github/issues/zangjiucheng/UWaterlooCourseHelperEngine)](
30
26
 
31
27
  This is a project for UWaterloo students to help them get course information and generate a schedule for the next term.
32
28
 
@@ -1,11 +1,7 @@
1
1
  # uw-course
2
2
 
3
3
  [![PyPI version](https://badge.fury.io/py/uw-course.svg)](https://badge.fury.io/py/uw-course)
4
- [![Downloads](https://pepy.tech/badge/uw-course)](https://pepy.tech/project/uw-course)
5
- [![Downloads](https://pepy.tech/badge/uw-course/month)](https://pepy.tech/project/uw-course)
6
- [![Downloads](https://pepy.tech/badge/uw-course/week)](https://pepy.tech/project/uw-course)
7
4
 
8
- [![GitHub issues](https://img.shields.io/github/issues/zangjiucheng/UWaterlooCourseHelperEngine)](
9
5
 
10
6
  This is a project for UWaterloo students to help them get course information and generate a schedule for the next term.
11
7
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "uw-course"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "A course helper tool for managing UW courses schedule"
9
9
  authors = [
10
10
  { name = "Jiucheng Zang", email = "zangjiucheng@gmail.com" }
@@ -29,7 +29,7 @@ homepage = "https://github.com/zangjiucheng/CourseExplorer"
29
29
  repository = "https://github.com/zangjiucheng/CourseExplorer"
30
30
 
31
31
  [project.scripts]
32
- perspective-transformer = "uw_course.main:main"
32
+ uw-course = "uw_course.main:main"
33
33
 
34
34
  [tool.pypi]
35
35
  repository = "https://pypi.org/project/uw-course"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uw-course
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A course helper tool for managing UW courses schedule
5
5
  Author-email: Jiucheng Zang <zangjiucheng@gmail.com>
6
6
  License: MIT
@@ -22,11 +22,7 @@ Requires-Dist: reportlab
22
22
  # uw-course
23
23
 
24
24
  [![PyPI version](https://badge.fury.io/py/uw-course.svg)](https://badge.fury.io/py/uw-course)
25
- [![Downloads](https://pepy.tech/badge/uw-course)](https://pepy.tech/project/uw-course)
26
- [![Downloads](https://pepy.tech/badge/uw-course/month)](https://pepy.tech/project/uw-course)
27
- [![Downloads](https://pepy.tech/badge/uw-course/week)](https://pepy.tech/project/uw-course)
28
25
 
29
- [![GitHub issues](https://img.shields.io/github/issues/zangjiucheng/UWaterlooCourseHelperEngine)](
30
26
 
31
27
  This is a project for UWaterloo students to help them get course information and generate a schedule for the next term.
32
28
 
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ uw-course = uw_course.main:main
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- perspective-transformer = uw_course.main:main
File without changes
File without changes
File without changes