diff --git a/README.md b/README.md index f618dc7..7094784 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..fc452a6 --- /dev/null +++ b/__init__.py @@ -0,0 +1 @@ +name = "CEDApy" diff --git a/dist/CEDApy-0.1.tar.gz b/dist/CEDApy-0.1.tar.gz deleted file mode 100644 index 58fc918..0000000 Binary files a/dist/CEDApy-0.1.tar.gz and /dev/null differ diff --git a/setup.py b/setup.py index 4d44ba8..9978aca 100644 --- a/setup.py +++ b/setup.py @@ -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", + ], ) \ No newline at end of file