Skip to content

Commit

Permalink
Added setup
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoriia-yuzkiv committed May 26, 2017
1 parent 198f2b6 commit 6629a58
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# file GENERATED by distutils, do NOT edit
my_research.py
setup.py
examples\Example of usage of the API.py
examples\Example of usage of the SeriesResearch ADT.py
modules\an_array.py
modules\my_research.py
modules\series_research.py
modules\work_with_a_file.py
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# setup.py
from distutils.core import setup
setup(name="coursework2017",
version="1.0",
py_modules=[],
packages=['modules', 'examples'],
scripts=['modules/my_research.py'],
)

0 comments on commit 6629a58

Please sign in to comment.