from distutils.core import setup
setup(
name = 'Topsis_Sunidhi_101983052', # How you named your package folder (MyLib)
packages = ['Topsis_Sunidhi_101983052'], # Chose the same as "name"
version = '0.1', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'TYPE YOUR DESCRIPTION HERE', # Give a short description about your library
author = 'YOUR NAME', # Type in your name
author_email = 'your.email@domain.com', # Type in your E-Mail
url = 'https://github.com/user/reponame', # Provide either the link to your github or to your website
download_url = 'https://github.com/user/reponame/archive/v_01.tar.gz', # I explain this later on
keywords = ['SOME', 'MEANINGFULL', 'KEYWORDS'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'validators',
'beautifulsoup4',
],
classifiers=[
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
'Intended Audience :: Developers', # Define that your audience are developers
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License', # Again, pick a license
'Programming Language :: Python :: 3', #Specify which pyhton versions that you want to support
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
最新资源
- JSP+SQL电量监视系统设计与实现(源代码+论文).rar
- jsp+sql宠物诊所系统设计(论文+系统).rar
- jsp+sql城乡信息管理(系统).rar
- JSP+SQL基于JSP的学生信息管理系统(源代码+论文+答辩PPT).rar
- 免费下载:Applied Microsoft Power BI Bring your data to life, 7th Edition (Teo Lachev) _22VK7.zip
- 免费下载:2022注册会计师 税法 (中国注册会计师协会) _uf23r.zip
- 免费下载:Acquacotta Recipes and Stories from Tuscany’s Secret Silver Coast (Emiko Davies) _uL8TC.zip
- JSP+SQL计算机等级考试查询系统(源代码+论文+答辩PPT).rar
- jsp+sql即时通讯工具(系统+论文).rar
- jsp+sql书店(论文).rar
- JSP+SQL网上书店售书系统(源代码+论文+答辩PPT).rar
- JSP+SQL网上书店设计(源代码+论文).rar
- JSP+SQL学生考试成绩分析(源代码+论文).rar
- JSP+SQL网站流量统计管理系统(源代码+论文).rar
- JSP+SQL网上选课系统(源代码+论文+答辩PPT).rar
- jsp+sql智能交通道路管理系统(论文+任务书+外文翻译+开题报告+文献综述).rar
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈