-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Option for exclude default build deps
- Loading branch information
1 parent
3658863
commit 7386d05
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from distutils.core import setup | ||
from setuptools import setup | ||
import codecs | ||
|
||
with codecs.open('README.rst', encoding='utf-8') as file: | ||
|
@@ -7,7 +7,7 @@ | |
setup(name='stdeb', | ||
# Keep version in sync with stdeb/__init__.py and install section | ||
# of README.rst. | ||
version='0.8.5', | ||
version='0.8.5.1', | ||
author='Andrew Straw', | ||
author_email='[email protected]', | ||
description='Python to Debian source package conversion utility', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters