Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lemisky committed Sep 8, 2023
1 parent 11a59ce commit 1855209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
project(pilk VERSION 0.2.3)
project(pilk VERSION 0.2.4)

# 设置编译类型,也可在CLION设置中设置
# set(CMAKE_BUILD_TYPE Release)
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@
package_data={
'pilk': ['_pilk.pyi']
},
install_requires=['typing_extensions'],
install_requires=['typing_extensions;python_version<"3.8"'],
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Intended Audience :: End Users/Desktop',
'Natural Language :: Chinese (Simplified)',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: C',
Expand All @@ -56,6 +53,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Multimedia :: Sound/Audio'
],
)

0 comments on commit 1855209

Please sign in to comment.