Skip to content

Commit

Permalink
修改打包文件
Browse files Browse the repository at this point in the history
  • Loading branch information
cuba3 committed Nov 18, 2022
1 parent 6a7e6a3 commit fa0188d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup
setup(
name='cnlunar',
version='0.0.9',
version='0.1.0',
packages=['cnlunar'],
url='https://github.com/OPN48/cnLunar',
author='cuba3',
author_email='[email protected]',
long_description=open('README.rst').read(),
long_description=open('README.rst', encoding='utf-8').read(),
)

0 comments on commit fa0188d

Please sign in to comment.