Added setup.py and MANIFEST.in.
This commit is contained in:
parent
becc2ca70d
commit
c8ff849e87
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
@ -0,0 +1,2 @@
|
||||
include README
|
||||
graft bootstrapform/templates
|
11
setup.py
Normal file
11
setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
setup(name='django-bootstrap-form',
|
||||
author='Matt Austin', author_email='mail@mattaustin.me.uk',
|
||||
url='https://github.com/MattAustin/django-bootstrap-form',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=['django'],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user