-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from akb89/develop
Develop
- Loading branch information
Showing
12 changed files
with
644 additions
and
171 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -11,13 +11,13 @@ | |
|
||
setup( | ||
name='pyfn', | ||
description='A python module to process FrameNet XML data', | ||
description='A python module to process data for Frame Semantic Parsing', | ||
author='Alexandre Kabbach', | ||
author_email='[email protected]', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
version='1.1.1', | ||
url='https://gitlab.unige.ch/akb/pyfn', | ||
version='1.2.0', | ||
url='https://gitlab.com/akb89/pyfn', | ||
download_url='https://pypi.org/project/pyfn/#files', | ||
license='MIT', | ||
keywords=['framenet', 'xml', 'marshalling', 'unmarshalling'], | ||
|
@@ -37,7 +37,7 @@ | |
'pyfn = pyfn.main:main' | ||
], | ||
}, | ||
tests_require=['pytest==3.7.2', 'pylint==2.1.1', 'pytest-cov==2.5.1', | ||
tests_require=['pytest==3.7.4', 'pylint==2.1.1', 'pytest-cov==2.5.1', | ||
'pydocstyle==2.1.1'], | ||
install_requires=['PyYAML==3.13', 'mmh3==2.5.1', 'lxml==4.2.4', | ||
'pytz==2018.5'], | ||
|
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