Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #66 from diraol/65-broken-pypi-package
Browse files Browse the repository at this point in the history
#65 Fix broken pypi package
  • Loading branch information
beraldoleal authored Mar 30, 2017
2 parents d662b2f + bd891fa commit 5be93b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
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/ *
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5be93b1

Please sign in to comment.