Skip to content

Commit

Permalink
missing files from sdist (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbk003 authored Jul 6, 2021
1 parent b9d6753 commit 92d3acc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BaniDB.[py](https://pypi.org/user/KhalisFoundation/)
# [BaniDB](https://pypi.org/user/KhalisFoundation/)
### _Python package for BaniDB API_

[![](bdb.svg)](http://banidb.com)
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='banidb',
version='0.1',
version='0.2',
license='MIT',
description='Python Package for Sikh Gurbani - BaniDB API',
long_description=README,
Expand All @@ -27,23 +27,21 @@
],
install_requires=required,
author_email='python@khalis.info',
download_url='',
download_url='https://github.com/KhalisFoundation/banidb-api-python/archive/refs/tags/v_0.1.tar.gz',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Religion',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Natural Language :: Punjabi',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
packages=['banidb'],
include_package_data=True,
project_urls={
'Documentation': '',
'Source': 'https://github.com/KhalisFoundation/banidb-api-python',
'Issues': 'https://git.io/JG4II'
},
Expand Down

0 comments on commit 92d3acc

Please sign in to comment.