Skip to content

Commit

Permalink
Create first main release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Mar 6, 2018
1 parent 4ab9df0 commit 825439a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# coding: utf-8

from setuptools import setup
from smbprotocol import __version__

# PyPi supports only reStructuredText, so pandoc should be installed
# before uploading package
Expand All @@ -15,7 +14,7 @@

setup(
name='smbprotocol',
version=__version__,
version='0.1.0',
packages=['smbprotocol'],
install_requires=[
'cryptography>=2.0',
Expand All @@ -40,7 +39,7 @@
keywords='smb smb2 smb3 cifs python',
license='MIT',
classifiers=[
'Development Status :: 1 - Planning',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
Expand Down
2 changes: 0 additions & 2 deletions smbprotocol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ def emit(self, record):

logger = logging.getLogger(__name__)
logger.addHandler(NullHandler())

__version__ = '0.0.1.dev6'

0 comments on commit 825439a

Please sign in to comment.