cerenkov
|
1c1f982869
|
The installation instructions failed for two reasons:
1. python 3.12 has removed the `imp` module and has replaced it by the `importlib` module. [1](https://docs.python.org/3/whatsnew/3.12.html#imp)
2. the use of setup.py as in the command `python setup.py install` is deprecated and should be replaced by the recommended way of `python -m pip install path/to/project`. [2](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/)
|
2024-05-09 17:18:11 +08:00 |
|
Jarry Shaw
|
5a008ad878
|
Added PySocks extra requirement
|
2020-01-25 12:11:41 +08:00 |
|
Mort Yao
|
c9fceb7b34
|
setup.py: set zip_safe to True (close #759)
|
2015-11-11 23:56:18 +01:00 |
|
Mort Yao
|
8aea3367ab
|
add a separate README.rst
|
2015-10-23 01:53:42 +02:00 |
|
Mort Yao
|
c0b7c34cbd
|
Revert "update Makefile & setup.py" (fix #685)
This reverts commit c3ac87a7a1 .
|
2015-10-04 22:21:12 +02:00 |
|
Mort Yao
|
c3ac87a7a1
|
update Makefile & setup.py
|
2015-09-21 01:57:43 +02:00 |
|
Mort Yao
|
b0cb4acee2
|
setup.py: ignore README.rst if not exist
|
2014-09-21 04:39:07 +02:00 |
|
Mort Yao
|
b8e0600d78
|
use .rst as the extension name of reStructuredText files; deprecate README.txt
|
2014-09-21 04:23:28 +02:00 |
|
依云
|
0cf72772d6
|
setup.py: open with encoding 'utf-8'
|
2013-11-30 22:52:35 +01:00 |
|
Mort Yao
|
2b47ccd5d2
|
add unit tests
|
2013-02-12 22:04:39 +01:00 |
|
Mort Yao
|
9e2613f6ae
|
start 0.3dev
|
2012-12-09 17:33:24 +01:00 |
|
Mort Yao
|
c49c1f0496
|
fix #19: remove download URL
|
2012-10-23 21:59:03 +02:00 |
|
Mort Yao
|
66698f71b8
|
version 0.1.0
|
2012-09-01 00:55:45 +02:00 |
|
Mort Yao
|
70cb82b703
|
refactor for Python packaging
|
2012-08-31 17:20:38 +02:00 |
|