Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webssh
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑天保
webssh
Commits
1b51909e
Commit
1b51909e
authored
Apr 27, 2018
by
Sheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated setup.py MANIFEST.in
parent
c70117e5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
MANIFEST.in
MANIFEST.in
+12
-1
setup.py
setup.py
+1
-0
No files found.
MANIFEST.in
View file @
1b51909e
include LICENSE
include LICENSE
recursive-include tests *.py *.key *.db known_hosts*
recursive-include tests *
prune tests/__pycache__
prune tests/.pytest_cache
recursive-include webssh *
prune webssh/__pycache__
prune webssh/.pytest_cache
global-exclude *.pyc
global-exclude *.log
global-exclude .coverage
setup.py
View file @
1b51909e
...
@@ -21,6 +21,7 @@ setup(
...
@@ -21,6 +21,7 @@ setup(
wssh = webssh.main:main
wssh = webssh.main:main
'''
,
'''
,
license
=
'MIT'
,
license
=
'MIT'
,
include_package_data
=
True
,
classifiers
=
[
classifiers
=
[
'Programming Language :: Python'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 2'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment