Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
Add the systemd unitfile in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
mardiros committed May 30, 2017
1 parent a133351 commit 3b10183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include LICENSE
include *.txt *.ini *.cfg *.rst
include *.txt *.ini *.cfg *.rst *.service
recursive-exclude . *.pyc
graft pyshop/static
graft pyshop/templates
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
if 'VIRTUAL_ENV' in os.environ:
venv = os.environ['VIRTUAL_ENV']
data_files = [(venv, ['pyshop.sample.ini',
'pyshop.sample.service',
])]
else:
data_files = []
Expand Down

0 comments on commit 3b10183

Please sign in to comment.