This commit is contained in:
TerenceLiu98 2021-06-09 10:11:05 +08:00
parent 8dbf561dce
commit f114c8545d
3 changed files with 2 additions and 12 deletions

View File

@ -1,12 +1,9 @@
import sys
import os
__version__ = "0.1.2"
__version__ = "0.1.3a"
__author__ = "Terence Lau"
__data_source__ = open(os.path.join(
os.path.dirname(__file__),
'source.md')).read()
if sys.version_info < (3, 6):
print(f"CEDA {__version__} requires Python 3.6+")

View File

@ -1,7 +0,0 @@
(https://www.eastmoney.com)
(https://fred.stlouisfed.org/)
(https://www.chicagofed.org/)
(https://www.philadelphiafed.org/)
(https://ec.europa.eu/eurostat/cache/infographs/economy/desktop/index.html)
(https://www.ecb.europa.eu)
(https://www.marketwatch.com/)

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import os
setup(
name = "CEDApy",
version = "0.1.2",
version = "0.1.3a",
keywords = "quantitative economic data",
long_description = open(
os.path.join(