mirror of
				https://github.com/balkian/balkian-pyproject.git
				synced 2025-11-04 09:38:15 +00:00 
			
		
		
		
	Added gitignore
This commit is contained in:
		@@ -26,9 +26,10 @@ setup(
 | 
				
			|||||||
    description='''{{cookiecutter.project_short_description}}''',
 | 
					    description='''{{cookiecutter.project_short_description}}''',
 | 
				
			||||||
    author='{{cookiecutter.full_name}}',
 | 
					    author='{{cookiecutter.full_name}}',
 | 
				
			||||||
    author_email='{{cookiecutter.email}}',
 | 
					    author_email='{{cookiecutter.email}}',
 | 
				
			||||||
    url='https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}',  # use the URL to the github repo
 | 
					    # use the URL to the github repo
 | 
				
			||||||
    download_url='https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/archive/{}.tar.gz'.format(
 | 
					    url='https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}',
 | 
				
			||||||
        __version__),
 | 
					    download_url=('https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}'
 | 
				
			||||||
 | 
					                  '/archive/{}.tar.gz'.format(__version__)),
 | 
				
			||||||
    package_dir={'{{ cookiecutter.repo_name }}': '{{ cookiecutter.repo_name }}'},
 | 
					    package_dir={'{{ cookiecutter.repo_name }}': '{{ cookiecutter.repo_name }}'},
 | 
				
			||||||
    keywords='{{ cookiecutter.repo_name }}',
 | 
					    keywords='{{ cookiecutter.repo_name }}',
 | 
				
			||||||
    install_requires=install_reqs,
 | 
					    install_requires=install_reqs,
 | 
				
			||||||
@@ -46,5 +47,5 @@ setup(
 | 
				
			|||||||
        'Programming Language :: Python :: 3',
 | 
					        'Programming Language :: Python :: 3',
 | 
				
			||||||
        'Programming Language :: Python :: 3.3',
 | 
					        'Programming Language :: Python :: 3.3',
 | 
				
			||||||
        'Programming Language :: Python :: 3.4'
 | 
					        'Programming Language :: Python :: 3.4'
 | 
				
			||||||
],
 | 
					    ],
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user