Skip to content

Commit 9a697e8

Browse files
committed
unifying the pypi settings
removing second poetry build call, since they can be done in one
1 parent d2da7f1 commit 9a697e8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ commands:
6060

6161

6262
- run:
63-
name: build
63+
name: build sdist and wheels
6464
command: |
65-
poetry build --format sdist
66-
poetry build --format wheel
65+
poetry build
6766
6867
- run:
6968
name: lint

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ classifiers=[
1010
'Topic :: Database',
1111
'Programming Language :: Python',
1212
'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',
1317
'License :: OSI Approved :: BSD License',
1418
'Development Status :: 5 - Production/Stable'
1519
]

0 commit comments

Comments
 (0)