File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- - 3.7
3+ - 3.9
44install :
5+ - pip install -r requirements-dev.txt
56 - pip install -q pipenv codecov
67 - pipenv sync --dev
78script :
Original file line number Diff line number Diff line change @@ -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.9 " ,
132132 "Framework :: Pytest" ,
133133 ],
134134 install_requires = [
You can’t perform that action at this time.
0 commit comments