|
1 | 1 | # Copyright 2020 Google LLC |
2 | 2 | # |
3 | | -# Licensed under the Apache License, Version 2.0 (the 'License'); |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | # you may not use this file except in compliance with the License. |
5 | 5 | # You may obtain a copy of the License at |
6 | 6 | # |
7 | 7 | # https://www.apache.org/licenses/LICENSE-2.0 |
8 | 8 | # |
9 | 9 | # Unless required by applicable law or agreed to in writing, software |
10 | | -# distributed under the License is distributed on an 'AS IS' BASIS, |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
11 | 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 | 12 | # See the License for the specific language governing permissions and |
13 | 13 | # limitations under the License. |
|
37 | 37 | description='Static site generator for aip.dev and forks.', |
38 | 38 | long_description=long_description, |
39 | 39 | long_description_content_type='text/markdown', |
40 | | - entry_points='''[console_scripts] |
| 40 | + entry_points="""[console_scripts] |
41 | 41 | aip-site-gen=aip_site.cli:publish |
42 | 42 | aip-site-serve=aip_site.cli:serve |
43 | | - ''', |
| 43 | + """, |
44 | 44 | platforms='Posix; MacOS X', |
45 | 45 | include_package_data=True, |
46 | 46 | install_requires=( |
|
52 | 52 | 'markupsafe==2.1.1', |
53 | 53 | 'pygments==2.13.0', |
54 | 54 | 'pymdown-extensions==9.7', |
55 | | - # pinning via GitHub release until https://github.com/Kronuz/pyScss/pull/426 |
56 | | - # is released on PyPi. |
57 | | - 'pyscss @ git+https://github.com/Kronuz/pyScss.git@73559d047706ccd4593cf6aa092de71f35164723', |
| 55 | + 'pyscss==1.4.0', |
58 | 56 | 'pyyaml==6.0', |
59 | 57 | 'six==1.16.0', |
60 | 58 | 'types-Markdown==3.4.2.1', |
|
0 commit comments