Packaging
This commit is contained in:
parent
6fac5537ca
commit
0899890edb
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
__pycache__/
|
||||
dist
|
||||
*.egg-info
|
||||
|
|
18
setup.py
Normal file
18
setup.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
from setuptools import setup
|
||||
|
||||
#import socials_util
|
||||
|
||||
setup(
|
||||
name='socials_util',
|
||||
version='0.1.0',
|
||||
description='Stuff',
|
||||
author='Stuff',
|
||||
author_email='me@example.org',
|
||||
url='example.org',
|
||||
packages=['socials_util'],
|
||||
install_requires=['enforce-typing'],
|
||||
keywords=[],
|
||||
classifiers=[],
|
||||
include_package_data=True,
|
||||
zip_safe=False
|
||||
)
|
Loading…
Reference in New Issue
Block a user