Skip to content

Commit 3506f96

Browse files
committed
Updated package authors and README
1 parent ce50382 commit 3506f96

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.com/JetBrains-Research/CFPQ_Data.svg?branch=master)](https://travis-ci.com/JetBrains-Research/CFPQ_Data)
2+
13
# CFPQ_Data
24

35
Graphs and grammars for experimental analysis of context-free path querying algorithms.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
packages=setuptools.find_packages(),
1818
url='https://github.com/JetBrains-Research/CFPQ_Data',
1919
license='Apache License 2.0',
20-
author='Grigoriev Semyon',
21-
author_email='rsdpisuy@gmail.com',
20+
author='Abzalov Vadim, Kovalev Nikita',
21+
author_email='[email protected], Nikitoskova123@gmail.com',
2222
package_data={'': ['*.json'], 'cfpq_data': ['data/*/Grammars/*.txt']},
2323
include_package_data=True,
2424
python_requires='>=3.8',

0 commit comments

Comments
 (0)