Skip to content

Commit

Permalink
update build config
Browse files Browse the repository at this point in the history
will not build 2.x support and updated classifiers and envlist
  • Loading branch information
Jacob Gilbert authored and jacobagilbert committed Jan 16, 2023
1 parent b4a27b4 commit 83d8e11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[aliases]
test=pytest

[wheel]
universal = 1
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
long_description=longdesc,
url='https://github.com/gnuradio/SigMF',
classifiers=[
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
entry_points={
'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skip_missing_interpreters = True
envlist = py27, py34, py35, py36, py37
envlist = py36, py37, py38, py39, py310

[testenv]
usedevelop = True
Expand Down

0 comments on commit 83d8e11

Please sign in to comment.