Skip to content

Commit 49a5da6

Browse files
author
Jorge Lopez
committed
Improved setup.py
1 parent ea38ad5 commit 49a5da6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

setup.cfg

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
[metadata]
2-
description-file = README.md
2+
description-file = README.md
3+
4+
[distutils]
5+
index-server=pypi
6+
7+
[pypi]
8+
repository = https://upload.pypi.org/legacy/
9+
username = frankie_em

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = "1.3"
3+
version = "1.4"
44

55
setup(
66
name="NeuroSkyPy",
@@ -13,8 +13,8 @@
1313
url="https://github.com/Jor-G-ete/NeuroSkyPy",
1414
download_url="https://github.com/Jor-G-ete/NeuroSkyPy/archive/v"+version+".tar.gz",
1515
project_urls={
16-
"Documentation":"",
17-
"Source Code":""
16+
"Documentation":"https://github.com/Jor-G-ete/NeuroSkyPy",
17+
"Source Code":"https://github.com/Jor-G-ete/NeuroSkyPy/blob/master/NeuroSkyPy/NeuroSkyPy.py"
1818
},
1919
platforms="Windows",
2020
keywords=["python3.7", "NeuroSky", "graphics", "threads"],

0 commit comments

Comments
 (0)