init
This commit is contained in:
commit
0d777da073
5 changed files with 172 additions and 0 deletions
11
setup.py
Normal file
11
setup.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='pppwn',
|
||||
version='1.0',
|
||||
# Modules to import from other scripts:
|
||||
packages=find_packages(),
|
||||
# Executables
|
||||
scripts=["pppwn.py", "offsets.py"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue