Skip to content

Commit

Permalink
Move source files to src
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jul 12, 2015
1 parent fbbc1b9 commit 5c33ac4
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def get_version(filename):

setupopts = dict(
name="automate",
version=get_version('automate/__init__.py'),
packages=find_packages(),
version=get_version('src/automate/__init__.py'),
packages=find_packages('src'),
install_requires=[
'traits==4.5.0',
'croniter==0.3.8',
Expand Down
1 change: 1 addition & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/automate.egg-info/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5c33ac4

Please sign in to comment.