Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joseph Weston
kwant
Commits
91aa9d3a
Commit
91aa9d3a
authored
12 years ago
by
Christoph Groth
Browse files
Options
Downloads
Patches
Plain Diff
fix contrib/__init__.py, add contrib to setup.py
parent
ef50b005
No related branches found
Branches containing commit
Tags
latest-1.1
v1.1.3
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kwant/contrib/__init__.py
+5
-2
5 additions, 2 deletions
kwant/contrib/__init__.py
setup.py
+4
-3
4 additions, 3 deletions
setup.py
with
9 additions
and
5 deletions
kwant/contrib/__init__.py
+
5
−
2
View file @
91aa9d3a
...
...
@@ -6,5 +6,8 @@
# the AUTHORS file at the top-level directory of this distribution and at
# http://kwant-project.org/authors.
__all__
=
[
'
rmt
'
]
from
.
import
rmt
"""
This package contains various sub-packages that are useful with kwant, but
are not considered to be part of kwant.
The sub-packages have to be imported explicitly.
"""
This diff is collapsed.
Click to expand it.
setup.py
+
4
−
3
View file @
91aa9d3a
...
...
@@ -333,9 +333,10 @@ def main():
url
=
"
http://kwant-project.org/
"
,
license
=
"
BSD
"
,
packages
=
[
"
kwant
"
,
"
kwant.graph
"
,
"
kwant.linalg
"
,
"
kwant.physics
"
,
"
kwant.solvers
"
,
"
kwant.tests
"
,
"
kwant.graph.tests
"
,
"
kwant.linalg.tests
"
,
"
kwant.physics.tests
"
,
"
kwant.solvers.tests
"
],
"
kwant.solvers
"
,
"
kwant.contrib
"
,
"
kwant.tests
"
,
"
kwant.graph.tests
"
,
"
kwant.linalg.tests
"
,
"
kwant.physics.tests
"
,
"
kwant.solvers.tests
"
,
"
kwant.contrib.tests
"
],
cmdclass
=
{
'
build
'
:
kwant_build
,
'
sdist
'
:
kwant_sdist
,
'
build_ext
'
:
kwant_build_ext
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment