We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c81bb9 commit 9dd0c3cCopy full SHA for 9dd0c3c
.gitignore
@@ -1,2 +1,4 @@
1
*.pyc
2
*.*~
3
+eSSP.egg-info/
4
+dist
MANIFEST.in
@@ -0,0 +1 @@
+include README.md
README renamed to README.md
@@ -1,6 +1,10 @@
eSSP/eSSP.py Provides the Library
+
examples/ctest.py Just testing the implemented functions
5
6
outdated/ Old stuff - you shouldn't use it...
7
8
outdated/eSSP.py Old stuff - Provides the Library
9
10
outdated/fnordload.py Old stuff - Just testing and stuff...
setup.py
@@ -7,8 +7,8 @@
name='eSSP',
version='1.0.0',
description='Basic eSSP library',
- author='',
11
- author_email='',
+ author='muccc',
+ author_email='[email protected]',
12
url='https://github.com/muccc/eSSP',
13
packages=['eSSP'],
14
classifiers=[
0 commit comments