This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX #65
- Loading branch information
Diego Rabatone Oliveira
committed
Mar 30, 2017
1 parent
a1d59e8
commit bd891fa
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
include etc/kytos.conf | ||
include etc/logging.ini | ||
include *.txt | ||
include *.rst | ||
include LICENSE | ||
recursive-include etc/ * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,6 +113,7 @@ def _create_data_files_directory(): | |
author_email='[email protected]', | ||
license='MIT', | ||
test_suite='tests', | ||
include_package_data=True, | ||
scripts=['bin/kytos'], | ||
install_requires=REQS, | ||
data_files=ETC_FILES, | ||
|