Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : aced-git.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.py
blob: 89972be95c66d7a363ac37054eb86b1e264ebbd6 (
plain
)
1
2
3
4
5
6
from
setuptools
import
setup
setup
(
name
=
'aced'
,
scripts
= [
'aced.py'
],
)