Skip to content

Commit

Permalink
organizing files
Browse files Browse the repository at this point in the history
  • Loading branch information
renanvieira committed Dec 23, 2018
1 parent 5f42d75 commit a09c37f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Renan
Copyright (c) 2018 Renan Vieira

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def parse_requirements_file(req):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
],
install_requires=parse_requirements_file("requirements.txt"),
install_requires=parse_requirements_file("requirements/requirements.txt"),
test_suite='tests/phoenix_leter_tests',
tests_require=parse_requirements_file("test-requirements.txt"),
tests_require=parse_requirements_file("requirements/test-requirements.txt"),
)
2 changes: 1 addition & 1 deletion src/phoenix_letter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ def main(args=None):


if __name__ == "__main__":
main(sys.argv[1:])
sys.exit(main(sys.argv[1:]))

0 comments on commit a09c37f

Please sign in to comment.