renamed project to PynPong
This commit is contained in:
6
setup.py
6
setup.py
@@ -1,5 +1,5 @@
|
||||
import setuptools
|
||||
import pypong
|
||||
import pynpong
|
||||
|
||||
with open('requirements.txt') as fh:
|
||||
required = fh.read().splitlines()
|
||||
@@ -9,13 +9,13 @@ with open('README.md', 'r') as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name='PyPong',
|
||||
version=pypong.__version__,
|
||||
version=pynpong.__version__,
|
||||
author='Nicholas Dyer',
|
||||
description='A game of pong made in PyGame for play over a local network',
|
||||
license='GNU GPL-3.0',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
url='https://gitea.citruxx.com/ndyer/PyPong',
|
||||
url='https://gitea.citruxx.com/ndyer/PynPong',
|
||||
packages=setuptools.find_packages(),
|
||||
# https://pypi.org/classifiers/
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user