Commit bcc6754
Remove quotes from setup.cfg
Push was failing with the message:
```Invalid value for classifiers. Error: Classifiers ['"Intended Audience :: Developers"', '"License :: OSI Approved :: Apache Software License"', '"Topic :: Database :: Front-Ends"'] are not valid classifiers.```
Looking at https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#using-a-src-layout, strings don't need quotes1 parent d6fa285 commit bcc6754
1 file changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments