Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
dubuqingfeng committed Dec 24, 2019
1 parent 5136a6b commit 6fa3737
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

### 支持网站

+ btccom
+ poolin
+ f2pool
+ antpool
+ sparkpool
+ viabtc
+ btccom (已支持)
+ poolin (已支持)
+ antpool (已支持)
+ sparkpool (已支持)
+ viabtc (已支持)
+ okpool
+ huobi.pool
+ huobi.pool (已支持)
+ f2pool (已支持)

#### 方案

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from setuptools import setup, find_packages

setup(
name = 'project',
version = '1.0',
packages = find_packages(),
entry_points = {'scrapy': ['settings = coinincome.settings']},
name='project',
version='1.0',
packages=find_packages(),
entry_points={'scrapy': ['settings = coinincome.settings']},
)

0 comments on commit 6fa3737

Please sign in to comment.