Skip to content

Commit 9dd0c3c

Browse files
committed
fix(setup): ready for pypi
1 parent 2c81bb9 commit 9dd0c3c

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*.pyc
22
*.*~
3+
eSSP.egg-info/
4+
dist

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.md

README renamed to README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
eSSP/eSSP.py Provides the Library
2+
23
examples/ctest.py Just testing the implemented functions
34

5+
46
outdated/ Old stuff - you shouldn't use it...
7+
58
outdated/eSSP.py Old stuff - Provides the Library
9+
610
outdated/fnordload.py Old stuff - Just testing and stuff...

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
name='eSSP',
88
version='1.0.0',
99
description='Basic eSSP library',
10-
author='',
11-
author_email='',
10+
author='muccc',
11+
author_email='[email protected]',
1212
url='https://github.com/muccc/eSSP',
1313
packages=['eSSP'],
1414
classifiers=[

0 commit comments

Comments
 (0)