Skip to content

Commit 284d9e9

Browse files
committed
Changed readme
1 parent d333765 commit 284d9e9

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

MANIFEST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# file GENERATED by distutils, do NOT edit
2+
README
23
setup.cfg
34
setup.py
45
pyhcm/__init__.py
5-
pyhcm/hcm_notification.py
6+
pyhcm/pyhcm.py

readme.md renamed to README

File renamed without changes.

pyhcm/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import pyhcm

pyhcm.py renamed to pyhcm/pyhcm.py

File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup
22

3-
version = '1.0.3'
3+
version = '1.0.4'
44

55
setup(
66
name='pyhcm',

0 commit comments

Comments
 (0)