Skip to content

Commit 3dd0520

Browse files
Fixed bug in package install
1 parent 0e97de0 commit 3dd0520

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

README.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

__init__.py

Whitespace-only changes.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
from setuptools import setup, find_packages
44

55

6-
with open('README.rst') as f:
6+
with open('README.md') as f:
77
readme = f.read()
88

99
with open('LICENSE') as f:
1010
license = f.read()
1111

1212
setup(
13-
name='ployparser',
13+
name='model_learner',
1414
version='0.1.0',
15-
description='Expression parser for BRASS MARS project',
15+
description='model learner for BRASS MARS project',
1616
long_description=readme,
1717
author='Pooyan Jamshidi',
1818
author_email='pooyan.jamshidi@gmail.com',

0 commit comments

Comments
 (0)