update README

This commit is contained in:
TerenceLiu98 2021-05-27 19:37:39 +08:00
parent fa02765e66
commit ef08546ef7
4 changed files with 11 additions and 4 deletions

View File

@ -4,8 +4,8 @@
This is a data collecting project, with both `python` and `R`
* `python` version: (https://github.com/TerenceLiu98/CEDApy)[https://github.com/TerenceLiu98/CEDApy]
* `R` version: (https://github.com/TerenceLiu98/CEDAr)[https://github.com/TerenceLiu98/CEDAr] *Not Start Yet*
* `python` version: [https://github.com/TerenceLiu98/CEDApy](https://github.com/TerenceLiu98/CEDApy)
* `R` version: [https://github.com/TerenceLiu98/CEDAr](https://github.com/TerenceLiu98/CEDAr) *Not Start Yet*
## Acknowledgement

1
__init__.py Normal file
View File

@ -0,0 +1 @@
name = "CEDApy"

BIN
dist/CEDApy-0.1.tar.gz vendored

Binary file not shown.

View File

@ -9,9 +9,15 @@ setup(
os.path.dirname(__file__),
'README.md'
)).read(),
author = "JUNJIE-LIU",
long_description_content_type='text/markdown',
author = "TerenceCKLau",
author_email = "terenceliu1012@outlook.com",
url = "https://github.com/TerenceLiu98/CEDApy",
packages = find_packages(),
license = "MIT"
license = "MIT",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)