@@ -101,7 +101,7 @@ def find_package_data(
101101 return out
102102
103103
104- PACKAGE = "libpythonpro "
104+ PACKAGE = "Libpythonpro "
105105NAME = PACKAGE
106106DESCRIPTION = "Módulo para exemplificar construção de projetos Python no curso PyTools"
107107AUTHOR = "Renzo Nuccitelli"
@@ -117,7 +117,7 @@ def find_package_data(
117117 long_description_content_type = 'text/markdown' ,
118118 author = AUTHOR ,
119119 author_email = AUTHOR_EMAIL ,
120- license = "GNU AFFERO GENERAL PUBLIC LICENSE" ,
120+ license = read ( ' LICENSE' ) ,
121121 url = URL ,
122122 packages = find_packages (exclude = ["tests.*" , "tests" ]),
123123 package_data = find_package_data (PACKAGE , only_in_packages = False ),
@@ -128,7 +128,7 @@ def find_package_data(
128128 "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)" ,
129129 "Operating System :: OS Independent" ,
130130 "Programming Language :: Python" ,
131- "Programming Language :: Python :: 3.6 " ,
131+ "Programming Language :: Python :: 3.10 " ,
132132 "Framework :: Pytest" ,
133133 ],
134134 install_requires = [
0 commit comments