-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
from librian.librian本體.librian import ember | ||
|
||
__version__ = '2.0.2' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
import setuptools | ||
|
||
import librian | ||
|
||
|
||
setuptools.setup( | ||
name='librian', | ||
version='0.0.4', | ||
version=librian.__version__, | ||
author='RimoChan', | ||
author_email='[email protected]', | ||
description='librian', | ||
|
@@ -19,7 +21,7 @@ | |
package_data={ | ||
'librian.librian本體': [ | ||
'前端/*', '前端/dist/*', '前端/默認標題畫面/*', '前端/黑科技/**/*', '前端/黑科技/**/**/*', | ||
'資源', '資源/導出pdf用', | ||
'資源/*', | ||
'配置.yaml', | ||
], | ||
}, | ||
|