This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
dachary
/
infrastructure
mirror of
https://lab.enough.community/main/infrastructure
Watch
1
Star
1
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2925
Commits
1
Branch
64
Tags
11 MiB
Python
76%
HTML
15.6%
Shell
5.9%
Dockerfile
1.8%
CSS
0.7%
Branch:
master
master
1.0.0
1.0.1
1.0.10
1.0.11
1.0.12
1.0.13
1.0.14
1.0.15
1.0.16
1.0.17
1.0.18
1.0.19
1.0.2
1.0.20
1.0.21
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
2.0.0
2.0.1
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.1.0
2.1.1
2.1.10
2.1.11
2.1.12
2.1.13
2.1.14
2.1.15
2.1.16
2.1.17
2.1.18
2.1.19
2.1.2
2.1.20
2.1.21
2.1.22
2.1.23
2.1.24
2.1.25
2.1.3
2.1.4
2.1.5
2.1.6
2.1.7
2.1.8
2.1.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
infrastructure
/
setup.py
8 lines
104 B
Raw
Permalink
Blame
History
#!/usr/bin/env python
from
setuptools
import
setup
setup
(
setup_requires
=
[
'
pbr
'
]
,
pbr
=
True
,
)
Reference in new issue