Skip to content

Commit

Permalink
inline version
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhauser committed Jul 31, 2023
1 parent 20b9c4f commit 2d9c590
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from setuptools import setup
from setuptools.command.test import test as TestCommand

from docopt import __version__


class PyTestCommand(TestCommand):
""" Command to run unit py.test unit tests
Expand All @@ -21,7 +19,7 @@ def run(self):

setup(
name='docopt',
version=__version__,
version="0.6.2",
author='Vladimir Keleshev',
author_email='vladimir@keleshev.com',
description='Pythonic argument parser, that will make you smile',
Expand Down

0 comments on commit 2d9c590

Please sign in to comment.