We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2da7f1 commit 9a697e8Copy full SHA for 9a697e8
.circleci/config.yml
@@ -60,10 +60,9 @@ commands:
60
61
62
- run:
63
- name: build
+ name: build sdist and wheels
64
command: |
65
- poetry build --format sdist
66
- poetry build --format wheel
+ poetry build
67
68
69
name: lint
pyproject.toml
@@ -10,6 +10,10 @@ classifiers=[
10
'Topic :: Database',
11
'Programming Language :: Python',
12
'Intended Audience :: Developers',
13
+ 'Programming Language :: Python :: 3.6',
14
+ 'Programming Language :: Python :: 3.7',
15
+ 'Programming Language :: Python :: 3.8',
16
+ 'Programming Language :: Python :: 3.9',
17
'License :: OSI Approved :: BSD License',
18
'Development Status :: 5 - Production/Stable'
19
]
0 commit comments