Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ recursive-include doc *
recursive-include examples *
recursive-include forms *
recursive-include test *
recursive-exclude test *.pyc
2 changes: 1 addition & 1 deletion pyqode/python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

"""

__version__ = '2.12.1'
__version__ = '2.12.2a1'
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[bdist_wheel]
universal = 1

[sdist_dsc]
with-python2=true
with-python3=true
7 changes: 7 additions & 0 deletions stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[DEFAULT]
Copyright-File: LICENSE
Source=pyqode.python
Package=python-pyqode.python
Debian-version=1
Suite=bionic
Build-Depends=python-pyqode.core, python3-pyqode.core, python-pytest, python3-pytest
Depends=python-pyqode.core
Depends3=python3-pyqode.core