Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
qsymm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Quantum Tinkerer
qsymm
Commits
c02645d9
Commit
c02645d9
authored
4 years ago
by
Dániel Varjas
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/distutils' into 'master'
Mitigate setuptools warning See merge request
!18
parents
bbdf044d
7250cce2
No related branches found
No related tags found
1 merge request
!18
Mitigate setuptools warning
Pipeline
#40795
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
qsymm/__init__.py
+2
-1
2 additions, 1 deletion
qsymm/__init__.py
qsymm/_version.py
+1
-2
1 addition, 2 deletions
qsymm/_version.py
with
3 additions
and
3 deletions
qsymm/__init__.py
+
2
−
1
View file @
c02645d9
from
._version
import
__version__
from
.
import
groups
from
.
import
linalg
from
.
import
hamiltonian_generator
...
...
@@ -13,4 +14,4 @@ from .symmetry_finder import symmetries, discrete_symmetries, conserved_quantiti
continuous_symmetries
,
bravais_point_group
from
.kwant_continuum
import
sympify
from
._version
import
_
_version
__
del
_version
This diff is collapsed.
Click to expand it.
qsymm/_version.py
+
1
−
2
View file @
c02645d9
...
...
@@ -4,9 +4,8 @@
from
collections
import
namedtuple
import
os
import
subprocess
import
sys
from
distuti
ls.command.build_py
import
build_py
as
build_py_orig
from
setuptoo
ls.command.build_py
import
build_py
as
build_py_orig
from
setuptools.command.sdist
import
sdist
as
sdist_orig
Version
=
namedtuple
(
'
Version
'
,
(
'
release
'
,
'
dev
'
,
'
labels
'
))
...
...
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