Skip to content

Commit

Permalink
Merge pull request #11 from akb89/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
akb89 authored Jan 5, 2019
2 parents 0cdd284 + 5d749d8 commit 8f50897
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![GitHub release][release-image]][release-url]
[![PyPI release][pypi-image]][pypi-url]
[![Build][travis-image]][travis-url]
[![Requirements][req-image]][req-url]
[![Code Coverage][coverage-image]][coverage-url]
[![FrameNet][framenet-image]][framenet-url]
[![MIT License][license-image]][license-url]
Expand Down
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='[email protected]',
long_description=long_description,
long_description_content_type='text/markdown',
version='1.2.3',
version='1.2.5',
url='https://gitlab.com/akb89/pyfn',
download_url='https://pypi.org/project/pyfn/#files',
license='MIT',
Expand All @@ -38,11 +38,9 @@
'pyfn = pyfn.main:main'
],
},
tests_require=['pytest==3.7.4', 'pylint==2.1.1', 'pytest-cov==2.6.0',
'pydocstyle==2.1.1'],
install_requires=['PyYAML==3.13', 'mmh3==2.5.1', 'lxml==4.2.4',
'pytz==2018.5'],
classifiers=['Development Status :: 4 - Beta',
install_requires=['pyyaml>=4.2b1', 'mmh3>=2.5.1', 'lxml>=4.3.0',
'pytz>=2018.7'],
classifiers=['Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Education',
Expand Down

0 comments on commit 8f50897

Please sign in to comment.