Skip to content

Commit

Permalink
Restructure the package
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero authored and aliceinwire committed Jul 2, 2019
1 parent 7b60ce4 commit 97880dc
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from elivepatch_server import run
from src.elivepatch_server import run

run()
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
author='Alice Ferrazzi',
author_email='[email protected]',
license='GNU GPLv2+',
packages=['elivepatch_server/'],
packages=find_packages("src"),
package_dir={"": "src"},
install_requires=["flask>=1", "flask_restful", "flask_testing"],
entry_points = {
'console_scripts': ['elivepatch_server=elivepatch_server:run']
'console_scripts': ['elivepatch-server=elivepatch_server:run']
}
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 97880dc

Please sign in to comment.