We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424bc77 commit 7d47657Copy full SHA for 7d47657
litefs.py
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env python
2
#-*- coding: utf-8 -*-
3
4
'''使用 Python 从零开始构建一个 Web 服务器框架。 开发 Litefs 的是为了实现一个能快速、安\
@@ -11,7 +12,7 @@
11
12
License: MIT (see LICENSE for details)
13
'''
14
-__version__ = '0.2.1'
15
+__version__ = '0.2.2'
16
__author__ = 'Leafcoder'
17
__license__ = 'MIT'
18
setup.py
@@ -22,7 +22,7 @@
22
23
24
25
26
27
28
@@ -36,7 +36,6 @@
36
url='https://github.com/leafcoder/litefs',
37
py_modules=['litefs'],
38
ext_modules=cythonize('litefs.py'),
39
- scripts=['litefs.py'],
40
license=__license__,
41
platforms='any',
42
install_requires=[
0 commit comments