Skip to content

Commit

Permalink
Changing packaging name due to conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
minsis committed Jul 17, 2019
1 parent 03df13a commit 4c42ccd
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 18 additions & 18 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@

from distutils.core import setup
setup(
name = 'pynab',
packages = ['pynab'],
version = '0.1',
license='GNU GPLv3',
description = 'Python API to access YNAB v1 API',
author = 'Dennis Whitney',
author_email = 'dennis@irunasroot.com',
url = 'https://github.com/irunasroot/pynab',
download_url = 'https://github.com/irunasroot/pynab/archive/v0.1.tar.gz',
keywords = ['ynab', 'pynab', 'budgeting', "budgets"],
name="pynab-client",
packages=["pynabapi"],
version="0.1",
license="GNU GPLv3",
description="Python API to access YNAB v1 API",
author="Dennis Whitney",
author_email="dennis@irunasroot.com",
url="https://github.com/irunasroot/pynab-client",
download_url="https://github.com/irunasroot/pynab-client/archive/v0.1.tar.gz",
keywords=["ynab", "pynab", "budgeting", "budgets"],
install_requires=[
'requests'
],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: GNU GPLv3',
'Programming Language :: Python :: 3.6',
"requests"
],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3.6",
]
)

0 comments on commit 4c42ccd

Please # to comment.