Skip to content

Commit d983473

Browse files
author
Fatih Erikli
committed
Merge pull request fatiherikli#15 from techtonik/master
No need to keep this as package, transforming to a single file
2 parents 7980033 + 539c8e7 commit d983473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from distutils.core import setup
22

33
setup(name='Nginxparser',
4-
version='0.2',
4+
version='0.3',
55
description='Nginx Parser',
66
author='Fatih Erikli',
77
author_email='fatiherikli@gmail.com',
88
url='https://github.com/fatiherikli/nginxparser',
9-
packages=['nginxparser'],
9+
py_modules=['nginxparser'],
1010
install_requires = [
1111
'pyparsing>=1.5.5'
1212
]

0 commit comments

Comments
 (0)