Skip to content

Commit

Permalink
fix: small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Nov 16, 2021
1 parent 7730a92 commit b9c335b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README_project.md
@@ -1,6 +1,6 @@
<div align="center">

# Project Name
# PROJECT_NAME_URL

A one-liner description of your project goes here.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='PROJECT_NAME_URL',
version='1.0.0',
version='0.1.0',
description='Your project description here',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -41,5 +41,5 @@
'PROJECT_NAME_URL=project_name.my_module:main',
]
},
python_requires='>=3.7',
python_requires='>=3.7, <4',
)

0 comments on commit b9c335b

Please sign in to comment.