Skip to content

Commit

Permalink
路徑更改,把版本號寫進代碼裏
Browse files Browse the repository at this point in the history
  • Loading branch information
RimoChan committed Nov 14, 2020
1 parent 2035831 commit 964f99e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions librian/__init__.py
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.
6 changes: 4 additions & 2 deletions setup.py
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',
Expand All @@ -19,7 +21,7 @@
package_data={
'librian.librian本體': [
'前端/*', '前端/dist/*', '前端/默認標題畫面/*', '前端/黑科技/**/*', '前端/黑科技/**/**/*',
'資源', '資源/導出pdf用',
'資源/*',
'配置.yaml',
],
},
Expand Down

0 comments on commit 964f99e

Please sign in to comment.