Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit442b335

Browse files
author
谢炜
committed
Python packaging
1 parent036525e commit442b335

File tree

10 files changed

+809
-746
lines changed

10 files changed

+809
-746
lines changed

‎.gitignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.*
22
*.pyc
3+
/dist
4+
/build
5+
*.egg-info

‎CHANGELOG‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* 0.3 (2019-02-13)
2+
- Packaging.
13
* 0.2 (2019-01-30)
24
- An object-oriented version.
35
* 0.1 (2019-01-29)

‎MANIFEST.in‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include *.md
2+
include LICENSE
3+
include VERSION

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2
1+
0.3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp