Skip to content
This repository was archived by the owner on Nov 13, 2019. It is now read-only.

Commit 5d633d3

Browse files
committed
Update README for version 0.3.4
1 parent 7372b10 commit 5d633d3

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
![Python Version](https://img.shields.io/badge/python-3.6-blue.svg)
44
[![pypi package](https://img.shields.io/pypi/v/NUAAiCal.svg)](https://pypi.python.org/pypi/NUAAiCal/)
5+
![PyPI - Status](https://img.shields.io/pypi/status/NUAAiCal.svg)
56
![PyPI - License](https://img.shields.io/pypi/l/NUAAiCal.svg)
67

8+
Export the curriculum of NUAA to a `.ics` calendar file, in order to import
9+
class events to other calendars (e.g. Google Calendar).
710

811
:us: English | :cn: [简体中文](/README_zh-hans.md)
912

README_zh-hans.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
![Python Version](https://img.shields.io/badge/python-3.6-blue.svg)
44
[![pypi package](https://img.shields.io/pypi/v/NUAAiCal.svg)](https://pypi.python.org/pypi/NUAAiCal/)
5+
![PyPI - Status](https://img.shields.io/pypi/status/NUAAiCal.svg)
56
![PyPI - License](https://img.shields.io/pypi/l/NUAAiCal.svg)
67

78
:us: [English](/README.md) | :cn: 简体中文
89

10+
将南京航空航天大学的课程表(不含体育、实验等课程)导出成 `.ics` 日历格式,以将课程事件导入其他日历软件(如 Google Calendar)。
11+
912
## 安装
1013

1114
### PyPI 安装

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010

1111
setup(
1212
name='NUAAiCal',
13-
version='0.3.3',
13+
version='0.3.4',
1414
description='Generate NUAA curriculum to iCalendar file.',
1515
url='https://github.com/Triple-Z/NUAA-iCal-Python',
1616
author='TripleZ',
1717
author_email='me@triplez.cn',
18+
license='MIT',
1819
classifiers=[
1920
# How mature is this project? Common values are
2021
# 3 - Alpha

0 commit comments

Comments
 (0)